Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/SoilProfiles/PipingSoilProfileTransformerTest.cs =================================================================== diff -u -r9abd6eb299653b0cfbfceb542dd0291787f09874 -r94cb41fb18a59fc737dd3bcaf0e1898a3fadcaa5 --- Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/SoilProfiles/PipingSoilProfileTransformerTest.cs (.../PipingSoilProfileTransformerTest.cs) (revision 9abd6eb299653b0cfbfceb542dd0291787f09874) +++ Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/SoilProfiles/PipingSoilProfileTransformerTest.cs (.../PipingSoilProfileTransformerTest.cs) (revision 94cb41fb18a59fc737dd3bcaf0e1898a3fadcaa5) @@ -368,7 +368,7 @@ 3.0, 2.0 }, transformed.Layers.Select(rl => rl.Top)); - Assert.AreEqual(2.0, transformed.Bottom); + Assert.AreEqual(0, transformed.Bottom); } [Test]