Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/SoilProfileEntityReadExtensionsTest.cs =================================================================== diff -u -ra5714fc0488030773fff50dfc82041c6cb9edc2f -ra294987551b0b2d8a27b6e1bc6235b0e2351b6f4 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/SoilProfileEntityReadExtensionsTest.cs (.../SoilProfileEntityReadExtensionsTest.cs) (revision a5714fc0488030773fff50dfc82041c6cb9edc2f) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/SoilProfileEntityReadExtensionsTest.cs (.../SoilProfileEntityReadExtensionsTest.cs) (revision a294987551b0b2d8a27b6e1bc6235b0e2351b6f4) @@ -60,7 +60,7 @@ { SoilProfileEntityId = entityId, Name = testName, - Bottom = Convert.ToDecimal(bottom), + Bottom = bottom, SoilLayerEntities = { new SoilLayerEntity{ Top = bottom + 0.5 }, @@ -104,7 +104,7 @@ var entity = new SoilProfileEntity { Name = testName, - Bottom = Convert.ToDecimal(bottom), + Bottom = bottom, SoilLayerEntities = { new SoilLayerEntity{ Top = bottom + 0.5 },