Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -r0f0f6f476c14310d187fe5737a6a6e71fcbdb60d -rda7bb9a6d96d7118d6dcdc2ee17a11d5b43f44c7 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 0f0f6f476c14310d187fe5737a6a6e71fcbdb60d) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision da7bb9a6d96d7118d6dcdc2ee17a11d5b43f44c7) @@ -2115,8 +2115,8 @@ AssertHydraulicBoundaryLocationOutput(expected.Output, actual.Output); } - private static void AssertHydraulicBoundaryLocationOutput(HydraulicBoundaryLocationOutput expectedOutput, - HydraulicBoundaryLocationOutput actualOutput) + private static void AssertHydraulicBoundaryLocationOutput(HydraulicBoundaryLocationCalculationOutput expectedOutput, + HydraulicBoundaryLocationCalculationOutput actualOutput) { if (expectedOutput == null) {