Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -rfe0ccc4dc7ed40356bd77aae1531d073af8d8f85 -r675467f7dd6a785cc879f1ff00781332a0a5f60c --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision fe0ccc4dc7ed40356bd77aae1531d073af8d8f85) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision 675467f7dd6a785cc879f1ff00781332a0a5f60c) @@ -308,8 +308,7 @@ // Given var guiMock = mockRepository.DynamicMock(); - const string locationName = "locationName"; - var location = new HydraulicBoundaryLocation(1, locationName, 1.1, 2.2); + var location = new HydraulicBoundaryLocation(1, "locationName", 1.1, 2.2); var assessmentSection = new AssessmentSection(AssessmentSectionComposition.Dike) { HydraulicBoundaryDatabase = new HydraulicBoundaryDatabase