Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelLocationsViewTest.cs =================================================================== diff -u -r3d995a76fbe93cf9801596e6b959e7f5bcde5805 -r84afb606e58d67c6342c4f11bf66b042e49f52d6 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelLocationsViewTest.cs (.../DesignWaterLevelLocationsViewTest.cs) (revision 3d995a76fbe93cf9801596e6b959e7f5bcde5805) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelLocationsViewTest.cs (.../DesignWaterLevelLocationsViewTest.cs) (revision 84afb606e58d67c6342c4f11bf66b042e49f52d6) @@ -362,7 +362,7 @@ DesignWaterLevelLocationsView view = ShowFullyConfiguredDesignWaterLevelLocationsView(); var mockRepository = new MockRepository(); - var commandHandlerMock = mockRepository.StrictMock(); + var commandHandlerMock = mockRepository.StrictMock(); IEnumerable locations = null; commandHandlerMock.Expect(ch => ch.CalculateDesignWaterLevels(null)).IgnoreArguments().WhenCalled( @@ -391,7 +391,7 @@ rows[0].Cells[locationCalculateColumnIndex].Value = true; var mockRepository = new MockRepository(); - var commandHandlerMock = mockRepository.StrictMock(); + var commandHandlerMock = mockRepository.StrictMock(); IEnumerable locations = null; commandHandlerMock.Expect(ch => ch.CalculateDesignWaterLevels(null)).IgnoreArguments().WhenCalled(