From 85654c12f2d54d28c2217c54946e56364f44d9c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr> Date: Thu, 19 Jan 2023 15:55:52 +0100 Subject: [PATCH] test(e2e) : add PressureLoss calculator refs #585 --- e2e/tested_calctypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/tested_calctypes.ts b/e2e/tested_calctypes.ts index 590416318..be3f390fc 100644 --- a/e2e/tested_calctypes.ts +++ b/e2e/tested_calctypes.ts @@ -13,5 +13,5 @@ export const testedCalcTypes = [ // omit 26 - YAXN 27, 28, 29, 30, // omit 31 - PbCloison and 32 - PbBassin - 33, 34 + 33, 34, 35 ]; -- GitLab