Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsDesignWaterLevelLocationContextPropertiesTest.cs =================================================================== diff -u -re601395a472920e74e18e0371ff35e3a530419e6 -r755ef77a519c37b3e4eed10f0ee088208adc8dc9 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsDesignWaterLevelLocationContextPropertiesTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationContextPropertiesTest.cs) (revision e601395a472920e74e18e0371ff35e3a530419e6) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsDesignWaterLevelLocationContextPropertiesTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationContextPropertiesTest.cs) (revision 755ef77a519c37b3e4eed10f0ee088208adc8dc9) @@ -102,7 +102,7 @@ [TestCase(CalculationConvergence.CalculatedConverged, "Ja")] [TestCase(CalculationConvergence.CalculatedNotConverged, "Nee")] [TestCase(CalculationConvergence.NotCalculated, "")] - public void GetProperties_FullyConfiguredLocation_ReturnsExpectedValues(CalculationConvergence convergence, string expectedConvergenceValue) + public void GetProperties_FullyConfiguredLocation_ReturnsExpected(CalculationConvergence convergence, string expectedConvergenceValue) { // Setup var random = new Random();