Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -r560ea9f96409cc65f4666adf212a1c135c5e626f -ra23cff5445d53b381fd72f50a0d9b6c200cbcd69 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 560ea9f96409cc65f4666adf212a1c135c5e626f) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision a23cff5445d53b381fd72f50a0d9b6c200cbcd69) @@ -1121,15 +1121,14 @@ AssertComments(expectedFailureMechanism.NotRelevantComments, actualFailureMechanism.NotRelevantComments); } - private static void AssertFailureMechanismSectionResults(IEnumerable expectedSectionResults, - IEnumerable actualSectionResults) + private static void AssertFailureMechanismSectionResults(IEnumerable> expectedSectionResults, + IEnumerable> actualSectionResults) { AssertCollectionAndItems(expectedSectionResults, actualSectionResults, (expectedItem, actualItem) => { Assert.AreEqual(expectedItem.AssessmentLayerOne, actualItem.AssessmentLayerOne); - Assert.AreEqual(expectedItem.AssessmentLayerTwoA, actualItem.AssessmentLayerTwoA); Assert.AreEqual(expectedItem.AssessmentLayerThree, actualItem.AssessmentLayerThree); if (expectedItem.Calculation == null) {