Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -r7585d2fd78627d94d55ffa16423af90a91e4efd4 -r1b7dec5dc5d682b37d0191d99da2ff640cc56022 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 7585d2fd78627d94d55ffa16423af90a91e4efd4) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 1b7dec5dc5d682b37d0191d99da2ff640cc56022) @@ -1505,7 +1505,6 @@ MacroStabilityInwardsSoilLayer2D actualLayer) { Assert.AreEqual(expectedLayer.OuterRing, actualLayer.OuterRing); - CollectionAssert.AreEqual(expectedLayer.Holes, actualLayer.Holes); AssertMacroStabilityInwardsSoilLayerData(expectedLayer.Data, actualLayer.Data); }