Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/TestClosingStructure.cs =================================================================== diff -u -re867add92d5cb17437fd72eaf5745fafb0a50282 -r7ae9100ff4e61169edcefaeb01b72d492431742f --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/TestClosingStructure.cs (.../TestClosingStructure.cs) (revision e867add92d5cb17437fd72eaf5745fafb0a50282) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/TestClosingStructure.cs (.../TestClosingStructure.cs) (revision 7ae9100ff4e61169edcefaeb01b72d492431742f) @@ -37,7 +37,7 @@ public TestClosingStructure(ClosingStructureInflowModelType type) : this("test", new Point2D(12345.56789, 9876.54321), type) {} - protected TestClosingStructure(string name, Point2D location, ClosingStructureInflowModelType type) + private TestClosingStructure(string name, Point2D location, ClosingStructureInflowModelType type) : base(new ConstructionProperties { Name = name,