From e506738d071fd26feb8fa84e34f88452dd4611e2 Mon Sep 17 00:00:00 2001
From: Stefanos Doumpoulakis <dubulak@gmail.com>
Date: Mon, 21 Nov 2022 10:17:18 +0200
Subject: [PATCH] bugfix: corrected expected values for Engine fan auxiliary
 tests

---
 .../Models/SimulationComponent/EngineFanAuxTest.cs          | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/VectoCore/VectoCoreTest/Models/SimulationComponent/EngineFanAuxTest.cs b/VectoCore/VectoCoreTest/Models/SimulationComponent/EngineFanAuxTest.cs
index b8f7eb9a37..9549e12484 100644
--- a/VectoCore/VectoCoreTest/Models/SimulationComponent/EngineFanAuxTest.cs
+++ b/VectoCore/VectoCoreTest/Models/SimulationComponent/EngineFanAuxTest.cs
@@ -53,9 +53,9 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent
         }
 
         [
-        TestCase(14, 20),
-        TestCase(28, 40),
-        TestCase(7, 10)
+        TestCase(14, 14.7),
+        TestCase(28, 29.4),
+        TestCase(7, 7.35)
         ]
         public void TestEngineFanPowerDemandWithElectricalPower(double fanElectricalPower, double expectedPowerDemand)
         {
-- 
GitLab