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