diff --git a/VectoCore/VectoCoreTest/Integration/Declaration/EngineInputDataTests.cs b/VectoCore/VectoCoreTest/Integration/Declaration/EngineInputDataTests.cs
index 033f3e329aec7e9ff92016d7dcf41d2e2ed3f795..13dc5cdc5bd73329520361f5d07140ac7a60414a 100644
--- a/VectoCore/VectoCoreTest/Integration/Declaration/EngineInputDataTests.cs
+++ b/VectoCore/VectoCoreTest/Integration/Declaration/EngineInputDataTests.cs
@@ -58,10 +58,10 @@ namespace TUGraz.VectoCore.Tests.Integration.Declaration
 			Directory.SetCurrentDirectory(TestContext.CurrentContext.TestDirectory);
 		}
 
-		[TestCase(null, 1.0, 45.5323),
-		TestCase("CFRegPer", 1.2, 45.5323 * 1.2),
-		TestCase("BFColdHot", 1.2, 45.5323 * 1.2),
-		TestCase("CFNCV", 1.2, 45.5323)  // has no influence - only for documentation purpose
+		[TestCase(null, 1.0, 45.53793),
+		TestCase("CFRegPer", 1.2, 45.53793 * 1.2),
+		TestCase("BFColdHot", 1.2, 45.53793 * 1.2),
+		TestCase("CFNCV", 1.2, 45.53793)  // has no influence - only for documentation purpose
 			]
 		public void TestEngineCorrectionFactors(string correctionFactor, double value, double expectedFc)
 		{