Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -r05ff5915c14e0d22ffddb03b7f98197d099736f2 -r4fd4b13639f6d6f3657c02916f60571bf940ee9c --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 05ff5915c14e0d22ffddb03b7f98197d099736f2) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 4fd4b13639f6d6f3657c02916f60571bf940ee9c) @@ -321,8 +321,8 @@ expectedAssessmentSection.WaterPressureAsphaltCover.SectionResults, actualAssessmentSection.WaterPressureAsphaltCover.SectionResults); AssertFailureMechanismSectionResults( - expectedAssessmentSection.ClosingStructures.SectionResults2, - actualAssessmentSection.ClosingStructures.SectionResults2); + expectedAssessmentSection.ClosingStructures.SectionResults, + actualAssessmentSection.ClosingStructures.SectionResults); AssertFailureMechanismSectionResults( expectedAssessmentSection.MacroStabilityOutwards.SectionResults, actualAssessmentSection.MacroStabilityOutwards.SectionResults);