Index: Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresClosureLowSillCalculationInputTest.cs =================================================================== diff -u -r2a896243ca24205f8e98db1b61e8148d1d9b9062 -r76f856cf99bc5f5b48b437848f496431bf78f452 --- Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresClosureLowSillCalculationInputTest.cs (.../StructuresClosureLowSillCalculationInputTest.cs) (revision 2a896243ca24205f8e98db1b61e8148d1d9b9062) +++ Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Data/Input/Structures/StructuresClosureLowSillCalculationInputTest.cs (.../StructuresClosureLowSillCalculationInputTest.cs) (revision 76f856cf99bc5f5b48b437848f496431bf78f452) @@ -70,7 +70,7 @@ const double insideWaterLevelMean = 27.7; const double insideWaterLevelStandardDeviation = 28.8; const double widthFlowAperturesMean = 29.9; - const double widthFlowAperturesVariation = 30.0; + const double widthFlowAperturesStandardDeviation = 30.0; // Call var input = new StructuresClosureLowSillCalculationInput(hydraulicBoundaryLocationId, @@ -94,7 +94,7 @@ modelFactorSubCriticalFlowMean, modelFactorSubCriticalFlowVariation, thresholdHeightOpenWeirMean, thresholdHeightOpenWeirStandardDeviation, insideWaterLevelMean, insideWaterLevelStandardDeviation, - widthFlowAperturesMean, widthFlowAperturesVariation); + widthFlowAperturesMean, widthFlowAperturesStandardDeviation); // Assert Assert.IsInstanceOf(input);