Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs =================================================================== diff -u -rdf13dff5aedb149d7b566bed9dda68fe9e3a8e02 -r3f40e34c76b06d66a6426c7e07fb3a101b4952cb --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs (.../ClosingStructuresCalculationServiceTest.cs) (revision df13dff5aedb149d7b566bed9dda68fe9e3a8e02) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs (.../ClosingStructuresCalculationServiceTest.cs) (revision 3f40e34c76b06d66a6426c7e07fb3a101b4952cb) @@ -199,7 +199,7 @@ SetInvalidInputParameters(calculation.InputParameters, (RoundedDouble) value); bool isValid = false; - + // Call Action call = () => isValid = ClosingStructuresCalculationService.Validate(calculation, assessmentSectionStub);