Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/BackgroundMapDataContextTreeNodeInfoTest.cs =================================================================== diff -u -rc62e1235ceeeb2b72ce2c7efcbe0f11b7516ca64 -rc990bf404015584981f3ec1d22ecec12a7b037f3 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/BackgroundMapDataContextTreeNodeInfoTest.cs (.../BackgroundMapDataContextTreeNodeInfoTest.cs) (revision c62e1235ceeeb2b72ce2c7efcbe0f11b7516ca64) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/BackgroundMapDataContextTreeNodeInfoTest.cs (.../BackgroundMapDataContextTreeNodeInfoTest.cs) (revision c990bf404015584981f3ec1d22ecec12a7b037f3) @@ -145,8 +145,8 @@ { // Setup var mockRepository = new MockRepository(); - var menuBuilderMock = mockRepository.StrictMock(); + var menuBuilderMock = mockRepository.StrictMock(); using (mockRepository.Ordered()) { menuBuilderMock.Expect(mb => mb.AddPropertiesItem()).Return(menuBuilderMock);