Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -rd6fe8399e8398224cf1bda9259052232d85b85a4 -raa49537188229065df91b1a931f088c32115702a --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision d6fe8399e8398224cf1bda9259052232d85b85a4) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision aa49537188229065df91b1a931f088c32115702a) @@ -560,8 +560,8 @@ Assert.AreEqual(expectedLayer.PermeabilityCoefficientOfVariation, actualLayer.PermeabilityCoefficientOfVariation); } - private static void AssertSurfaceLines(RingtoetsPipingSurfaceLineCollection expectedSurfaceLines, - RingtoetsPipingSurfaceLineCollection actualSurfaceLines) + private static void AssertSurfaceLines(PipingSurfaceLineCollection expectedSurfaceLines, + PipingSurfaceLineCollection actualSurfaceLines) { Assert.Greater(expectedSurfaceLines.Count, 0);