Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Utils.Test/GrassCoverErosionInwardsHelperTest.cs =================================================================== diff -u -r4dcf687d02ad303a8b830cd11c7d15a6f3f25116 -rf109332b5185b4445e2f1b9386dc1fe4063ff20f --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Utils.Test/GrassCoverErosionInwardsHelperTest.cs (.../GrassCoverErosionInwardsHelperTest.cs) (revision 4dcf687d02ad303a8b830cd11c7d15a6f3f25116) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Utils.Test/GrassCoverErosionInwardsHelperTest.cs (.../GrassCoverErosionInwardsHelperTest.cs) (revision f109332b5185b4445e2f1b9386dc1fe4063ff20f) @@ -32,16 +32,6 @@ public class GrassCoverErosionInwardsHelperTest { [Test] - public void CollectCalculationsPerSegment_SectionResultsAndCalculationsNull_ThrowsArgumentNullException() - { - // Call - TestDelegate call = () => GrassCoverErosionInwardsHelper.CollectCalculationsPerSegment(null, null); - - // Assert - Assert.Throws(call); - } - - [Test] public void CollectCalculationsPerSegment_SectionResultsNull_ThrowsArgumentNullException() { // Setup