Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Utils.Test/GrassCoverErosionInwardsHelperTest.cs =================================================================== diff -u -r38600213ce6ca43c1819c81dd95c8ce786650ac3 -r5d503cf8885ced4799e5ad44242038d99e04b162 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Utils.Test/GrassCoverErosionInwardsHelperTest.cs (.../GrassCoverErosionInwardsHelperTest.cs) (revision 38600213ce6ca43c1819c81dd95c8ce786650ac3) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Utils.Test/GrassCoverErosionInwardsHelperTest.cs (.../GrassCoverErosionInwardsHelperTest.cs) (revision 5d503cf8885ced4799e5ad44242038d99e04b162) @@ -85,7 +85,6 @@ #endregion - [Test] public void CollectCalculationsPerSection_SectionsAreNull_ThrowsArgumentNullException() { @@ -255,6 +254,7 @@ Assert.AreSame(twoSections[1], failureMechanismSection); } + [Test] public void Update_SectionResultsNull_ThrowsArgumentNullException() { @@ -368,6 +368,5 @@ // Assert var exception = Assert.Throws(test); Assert.AreEqual("calculation", exception.ParamName); - } - } + } } } \ No newline at end of file