Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs =================================================================== diff -u -rd7ddbdf7e550ba8a7c93fdbd740a84279598c68b -rd4213a7531c7effcd982ca96e799c2f8231b7627 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs (.../ClosingStructuresCalculationServiceTest.cs) (revision d7ddbdf7e550ba8a7c93fdbd740a84279598c68b) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs (.../ClosingStructuresCalculationServiceTest.cs) (revision d4213a7531c7effcd982ca96e799c2f8231b7627) @@ -419,7 +419,7 @@ [Test] [Combinatorial] - public void Validate_UsesBreakWaterAndHasInvalidBreakWaterSettings_ReturnsFalse( + public void Validate_UsesBreakWaterAndHasInvalidBreakWaterSettings_LogsErrorAndReturnsFalse( [Values(ClosingStructureInflowModelType.VerticalWall, ClosingStructureInflowModelType.LowSill, ClosingStructureInflowModelType.FloodedCulvert)] ClosingStructureInflowModelType inflowModelType, [Values(double.NaN, double.NegativeInfinity, double.PositiveInfinity)] double breakWaterHeight) {