Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/StochasticSoilModelSegmentPointEntityReadExtensionsTest.cs =================================================================== diff -u -ra5714fc0488030773fff50dfc82041c6cb9edc2f -ra294987551b0b2d8a27b6e1bc6235b0e2351b6f4 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/StochasticSoilModelSegmentPointEntityReadExtensionsTest.cs (.../StochasticSoilModelSegmentPointEntityReadExtensionsTest.cs) (revision a5714fc0488030773fff50dfc82041c6cb9edc2f) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/StochasticSoilModelSegmentPointEntityReadExtensionsTest.cs (.../StochasticSoilModelSegmentPointEntityReadExtensionsTest.cs) (revision a294987551b0b2d8a27b6e1bc6235b0e2351b6f4) @@ -20,8 +20,8 @@ // Setup var entity = new StochasticSoilModelSegmentPointEntity { - X = Convert.ToDecimal(x), - Y = Convert.ToDecimal(y) + X = x, + Y = y }; // Call