Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresContextTreeNodeInfoTest.cs =================================================================== diff -u -rdd72cf407b7d0e9284d101bb2e2854e569b1a29a -r2f6400116d57c2b49f7089dbc9c8cd935c185a36 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresContextTreeNodeInfoTest.cs (.../HeightStructuresContextTreeNodeInfoTest.cs) (revision dd72cf407b7d0e9284d101bb2e2854e569b1a29a) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresContextTreeNodeInfoTest.cs (.../HeightStructuresContextTreeNodeInfoTest.cs) (revision 2f6400116d57c2b49f7089dbc9c8cd935c185a36) @@ -226,7 +226,7 @@ private static HeightStructure CreateHeightStructure() { - var heightStructure = new HeightStructure("aName", "anId", new Point2D(1.22, 2.333), + return new HeightStructure("aName", "anId", new Point2D(1.22, 2.333), 0.12345, 234.567, 0.23456, 345.678, 0.34567, @@ -235,7 +235,6 @@ 0.67890, 112.223, 0.11222, 225.336, 0.22533); - return heightStructure; } } } \ No newline at end of file