Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/TestClosingStructure.cs
===================================================================
diff -u -reabf1a800431a23b06c8d81dfbf0f46a71bb659b -r5f6b3f80bb6747f12157149f7689a8fc7d3552a5
--- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/TestClosingStructure.cs (.../TestClosingStructure.cs) (revision eabf1a800431a23b06c8d81dfbf0f46a71bb659b)
+++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/TestClosingStructure.cs (.../TestClosingStructure.cs) (revision 5f6b3f80bb6747f12157149f7689a8fc7d3552a5)
@@ -48,11 +48,11 @@
///
/// Creates a new instance of .
///
- /// The name of the structure.
/// The id of the structure.
+ /// The name of the structure.
/// Thrown when
/// or is null, empty or consists of only whitespaces.
- public TestClosingStructure(string name, string id)
+ public TestClosingStructure(string id, string name)
: this(name, id, new Point2D(12345.56789, 9876.54321), ClosingStructureInflowModelType.VerticalWall) { }
///