Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -re373ac64cdd9a13f54849ee0e502f60d3130dc78 -rc77a47325b9db59cceec393a2553af874a06f11f --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision e373ac64cdd9a13f54849ee0e502f60d3130dc78) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision c77a47325b9db59cceec393a2553af874a06f11f) @@ -1470,7 +1470,6 @@ private static void AssertGrassCoverErosionInwardsOutput(GrassCoverErosionInwardsOutput expectedOutput, GrassCoverErosionInwardsOutput actualOutput) { - Assert.AreEqual(expectedOutput.DikeHeightCalculated, actualOutput.DikeHeightCalculated); Assert.AreEqual(expectedOutput.DikeHeight, actualOutput.DikeHeight); Assert.AreEqual(expectedOutput.WaveHeight, actualOutput.WaveHeight); Assert.AreEqual(expectedOutput.IsOvertoppingDominant, actualOutput.IsOvertoppingDominant);