Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresProbabilityAssessmentOutputFactoryTest.cs =================================================================== diff -u -re1a93747d105f27392f4bc0655694810c7d29f4d -r4fc2d8aef4716a3b5c6fb5944fec5769ffdf2ba3 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresProbabilityAssessmentOutputFactoryTest.cs (.../ClosingStructuresProbabilityAssessmentOutputFactoryTest.cs) (revision e1a93747d105f27392f4bc0655694810c7d29f4d) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresProbabilityAssessmentOutputFactoryTest.cs (.../ClosingStructuresProbabilityAssessmentOutputFactoryTest.cs) (revision 4fc2d8aef4716a3b5c6fb5944fec5769ffdf2ba3) @@ -90,7 +90,7 @@ }; var mocks = new MockRepository(); - IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStub(failureMechanism, mocks); + IAssessmentSection assessmentSection = AssessmentSectionTestHelper.CreateAssessmentSectionStub(failureMechanism, mocks); mocks.ReplayAll(); var output = new TestStructuresOutput();