Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -rf6dd19ee061fc2754d81eb3677c26fbdb504fc49 -rd9005dfa3b398d70ada0cf03cf408f8bcfc384db --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision f6dd19ee061fc2754d81eb3677c26fbdb504fc49) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision d9005dfa3b398d70ada0cf03cf408f8bcfc384db) @@ -1512,8 +1512,8 @@ AssertMacroStabilityInwardsSoilLayer); } - private static void AssertMacroStabilityInwardsSoilLayerData(IMacroStabilityInwardsSoilLayerData expectedData, - IMacroStabilityInwardsSoilLayerData actualData) + private static void AssertMacroStabilityInwardsSoilLayerData(MacroStabilityInwardsSoilLayerData expectedData, + MacroStabilityInwardsSoilLayerData actualData) { Assert.AreEqual(expectedData.IsAquifer, actualData.IsAquifer); Assert.AreEqual(expectedData.MaterialName, actualData.MaterialName);