Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/PropertyInfos/StabilityPointStructuresInputContextPropertyInfoTest.cs =================================================================== diff -u -r0ff7a1a433c8c0835cbf2657cec049d6f2b168c7 -r4eba092cb591f9f164f1e22f5b2bba25b148dda5 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/PropertyInfos/StabilityPointStructuresInputContextPropertyInfoTest.cs (.../StabilityPointStructuresInputContextPropertyInfoTest.cs) (revision 0ff7a1a433c8c0835cbf2657cec049d6f2b168c7) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/PropertyInfos/StabilityPointStructuresInputContextPropertyInfoTest.cs (.../StabilityPointStructuresInputContextPropertyInfoTest.cs) (revision 4eba092cb591f9f164f1e22f5b2bba25b148dda5) @@ -63,7 +63,7 @@ { // Setup var mocks = new MockRepository(); - var assessmentSection = mocks.StrictMock(); + var assessmentSection = mocks.Stub(); mocks.ReplayAll(); var calculation = new TestStabilityPointStructuresCalculation();