Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/SoilLayerEntityReadExtensionsTest.cs =================================================================== diff -u -r11f0867b39150ae5fac83dc178a89fee46d27611 -r97018b4e8e9cd81438e8fd0d111d889e20946617 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/SoilLayerEntityReadExtensionsTest.cs (.../SoilLayerEntityReadExtensionsTest.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/SoilLayerEntityReadExtensionsTest.cs (.../SoilLayerEntityReadExtensionsTest.cs) (revision 97018b4e8e9cd81438e8fd0d111d889e20946617) @@ -38,7 +38,6 @@ { // Setup var random = new Random(21); - var entityId = random.Next(1, 502); double top = random.NextDouble(); int color = Color.AliceBlue.ToArgb(); string materialName = "sand"; @@ -53,7 +52,6 @@ var entity = new SoilLayerEntity { - SoilLayerEntityId = entityId, Top = top, IsAquifer = Convert.ToByte(isAquifer), Color = color,