Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -r2ef5183542af0464fab4ebadb3a6c2c4f7ff46b7 -r9726c1ed2a69caa0792394721d1bcf6dc587f421 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 2ef5183542af0464fab4ebadb3a6c2c4f7ff46b7) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 9726c1ed2a69caa0792394721d1bcf6dc587f421) @@ -325,8 +325,8 @@ expectedAssessmentSection.ClosingStructures.SectionResults, actualAssessmentSection.ClosingStructures.SectionResults); AssertFailureMechanismSectionResults( - expectedAssessmentSection.MacroStabilityOutwards.SectionResults, - actualAssessmentSection.MacroStabilityOutwards.SectionResults); + expectedAssessmentSection.MacrostabilityOutwards.SectionResults, + actualAssessmentSection.MacrostabilityOutwards.SectionResults); AssertFailureMechanismSectionResults( expectedAssessmentSection.MacroStabilityInwards.SectionResults, actualAssessmentSection.MacroStabilityInwards.SectionResults); @@ -400,8 +400,8 @@ } private static void AssertFailureMechanismSectionResults( - IEnumerable expectedSectionResults, - IEnumerable actualSectionResults) + IEnumerable expectedSectionResults, + IEnumerable actualSectionResults) { AssertCollectionAndItems(expectedSectionResults, actualSectionResults,