Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs =================================================================== diff -u -r5c8f63fd6e0ad64095799d09c453c6b833c445dd -rad86eaa7fc520413b63fc89b4c27930cb0cabf7c --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs (.../ClosingStructuresCalculationServiceTest.cs) (revision 5c8f63fd6e0ad64095799d09c453c6b833c445dd) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs (.../ClosingStructuresCalculationServiceTest.cs) (revision ad86eaa7fc520413b63fc89b4c27930cb0cabf7c) @@ -198,8 +198,9 @@ SetInvalidInputParameters(calculation.InputParameters, (RoundedDouble) value); - // Call bool isValid = false; + + // Call Action call = () => isValid = ClosingStructuresCalculationService.Validate(calculation, assessmentSectionStub); // Assert