Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/StochasticSoilModelEntityReadExtensionsTest.cs =================================================================== diff -u -r11f0867b39150ae5fac83dc178a89fee46d27611 -r97018b4e8e9cd81438e8fd0d111d889e20946617 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/StochasticSoilModelEntityReadExtensionsTest.cs (.../StochasticSoilModelEntityReadExtensionsTest.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/StochasticSoilModelEntityReadExtensionsTest.cs (.../StochasticSoilModelEntityReadExtensionsTest.cs) (revision 97018b4e8e9cd81438e8fd0d111d889e20946617) @@ -52,12 +52,10 @@ public void Read_WithCollector_ReturnsNewStochasticSoilModelWithPropertiesSet() { // Setup - var entityId = new Random(21).Next(1, 502); string testName = "testName"; string testSegmentName = "testSegmentName"; var entity = new StochasticSoilModelEntity { - StochasticSoilModelEntityId = entityId, Name = testName, SegmentName = testSegmentName, StochasticSoilModelSegmentPointXml = new Point2DXmlSerializer().ToXml(new Point2D[0])