Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -r66396d7a91ffdfadfcd6a94759ce579c611c78b9 -r9edbfbaa77e676d565882527dd3690bcdcb198e3 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 66396d7a91ffdfadfcd6a94759ce579c611c78b9) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 9edbfbaa77e676d565882527dd3690bcdcb198e3) @@ -1509,8 +1509,8 @@ AssertMacroStabilityInwardsSoilLayerData(expectedLayer.Data, actualLayer.Data); } - private static void AssertMacroStabilityInwardsSoilLayerData(MacroStabilityInwardsSoilLayerData expectedData, - MacroStabilityInwardsSoilLayerData actualData) + private static void AssertMacroStabilityInwardsSoilLayerData(IMacroStabilityInwardsSoilLayerData expectedData, + IMacroStabilityInwardsSoilLayerData actualData) { Assert.AreEqual(expectedData.IsAquifer, actualData.IsAquifer); Assert.AreEqual(expectedData.MaterialName, actualData.MaterialName);