Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit e506738d authored by Stefanos Doumpoulakis's avatar Stefanos Doumpoulakis
Browse files

bugfix: corrected expected values for Engine fan auxiliary tests

parent 5e69bbe2
No related branches found
No related tags found
No related merge requests found
...@@ -53,9 +53,9 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent ...@@ -53,9 +53,9 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent
} }
[ [
TestCase(14, 20), TestCase(14, 14.7),
TestCase(28, 40), TestCase(28, 29.4),
TestCase(7, 10) TestCase(7, 7.35)
] ]
public void TestEngineFanPowerDemandWithElectricalPower(double fanElectricalPower, double expectedPowerDemand) public void TestEngineFanPowerDemandWithElectricalPower(double fanElectricalPower, double expectedPowerDemand)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment