Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/IllustrationPoints/TestGeneralResultTest.cs =================================================================== diff -u -r7b361b577c778a137cbdb78603822412e189b93e -r853509ec4de49576e9627ec0bf148aa32e04e461 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/IllustrationPoints/TestGeneralResultTest.cs (.../TestGeneralResultTest.cs) (revision 7b361b577c778a137cbdb78603822412e189b93e) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/IllustrationPoints/TestGeneralResultTest.cs (.../TestGeneralResultTest.cs) (revision 853509ec4de49576e9627ec0bf148aa32e04e461) @@ -19,7 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using System; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics.IllustrationPoints; using Ringtoets.Common.Data.TestUtil.IllustrationPoints; @@ -38,9 +37,9 @@ // Assert Assert.IsInstanceOf(generalResult); Assert.AreEqual(0, generalResult.Beta); - AssertWindDirection(new TestWindDirection(), generalResult.GoverningWindirection); - Assert.IsEmpty(generalResult.Stochasts); - Assert.IsEmpty(generalResult.WindDirectionClosingIllustrationPoints); + AssertWindDirection(new TestWindDirection(), generalResult.GoverningWindDirection); + CollectionAssert.IsEmpty(generalResult.Stochasts); + CollectionAssert.IsEmpty(generalResult.WindDirectionClosingSituationIllustrationPoints); } private static void AssertWindDirection(WindDirection expected, WindDirection actual)