Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelLocationsViewTest.cs =================================================================== diff -u -rd03045256e279ddb199cd561871321a2e6ac4821 -r1bbf51443c907b5f202e80764fa05f2e7f842c04 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelLocationsViewTest.cs (.../DesignWaterLevelLocationsViewTest.cs) (revision d03045256e279ddb199cd561871321a2e6ac4821) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelLocationsViewTest.cs (.../DesignWaterLevelLocationsViewTest.cs) (revision 1bbf51443c907b5f202e80764fa05f2e7f842c04) @@ -336,7 +336,7 @@ rows[0].Cells[locationCalculateColumnIndex].Value = true; var mockRepository = new MockRepository(); - var guiService= mockRepository.StrictMock(); + var guiService = mockRepository.StrictMock(); var observer = mockRepository.StrictMock(); assessmentSection.HydraulicBoundaryDatabase.Attach(observer);