Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Handlers/AssessmentSectionCompositionChangeHandlerTest.cs =================================================================== diff -u -r4fda2f3f6be17051ed305f0ea2d1b15fa87fc55f -r8905298103eb01ce13dd5c1a2f267f879d4fda3e --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Handlers/AssessmentSectionCompositionChangeHandlerTest.cs (.../AssessmentSectionCompositionChangeHandlerTest.cs) (revision 4fda2f3f6be17051ed305f0ea2d1b15fa87fc55f) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Handlers/AssessmentSectionCompositionChangeHandlerTest.cs (.../AssessmentSectionCompositionChangeHandlerTest.cs) (revision 8905298103eb01ce13dd5c1a2f267f879d4fda3e) @@ -134,7 +134,7 @@ // Assert Assert.True(calculationsWithOutput.All(c => c.HasOutput), - "All calculations that had output still have them."); + "All calculations that had output still have them."); CollectionAssert.IsEmpty(affectedObjects); }