Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -r161308cb864a66713f62357c6bcdb6ede03b619f -rae8af28b6d5528cbbaa329dcffea6c8dbbe2a39f --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs (.../WaveHeightLocationsContextTreeNodeInfoTest.cs) (revision 161308cb864a66713f62357c6bcdb6ede03b619f) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs (.../WaveHeightLocationsContextTreeNodeInfoTest.cs) (revision ae8af28b6d5528cbbaa329dcffea6c8dbbe2a39f) @@ -298,11 +298,11 @@ Version = "random" }; - var assessmentSectionMock = new AssessmentSection(AssessmentSectionComposition.Dike) + var assessmentSection = new AssessmentSection(AssessmentSectionComposition.Dike) { HydraulicBoundaryDatabase = hydraulicBoundaryDatabase }; - var context = new WaveHeightLocationsContext(assessmentSectionMock); + var context = new WaveHeightLocationsContext(assessmentSection); using (var treeViewControl = new TreeViewControl()) {