Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Utils.Test/GrassCoverErosionInwardsHelperTest.cs =================================================================== diff -u -r2a896243ca24205f8e98db1b61e8148d1d9b9062 -r6afbb616ce84cccaf56617d60c5cd821b00daab0 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Utils.Test/GrassCoverErosionInwardsHelperTest.cs (.../GrassCoverErosionInwardsHelperTest.cs) (revision 2a896243ca24205f8e98db1b61e8148d1d9b9062) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Utils.Test/GrassCoverErosionInwardsHelperTest.cs (.../GrassCoverErosionInwardsHelperTest.cs) (revision 6afbb616ce84cccaf56617d60c5cd821b00daab0) @@ -134,7 +134,7 @@ }); // Assert - ArgumentException exception = TestHelper.AssertThrowsArgumentExceptionAndTestMessage( + var exception = TestHelper.AssertThrowsArgumentExceptionAndTestMessage( test, "SectionResults contains an entry without value."); Assert.AreEqual("sectionResults", exception.ParamName); }