Index: Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.TestUtil.Test/IllustrationPoints/TestGeneralResultTest.cs =================================================================== diff -u -r0fd23ff8e68b5f0d18d344d104bc68216cb49b51 -r342ecb50ef0e54c04002a2643689c6d0108518c7 --- Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.TestUtil.Test/IllustrationPoints/TestGeneralResultTest.cs (.../TestGeneralResultTest.cs) (revision 0fd23ff8e68b5f0d18d344d104bc68216cb49b51) +++ Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.TestUtil.Test/IllustrationPoints/TestGeneralResultTest.cs (.../TestGeneralResultTest.cs) (revision 342ecb50ef0e54c04002a2643689c6d0108518c7) @@ -39,10 +39,7 @@ Assert.IsInstanceOf(generalResult); Assert.AreEqual(0, generalResult.Beta); - var expectedWindDirection = new WindDirection - { - Name = "TestWindDirection" - }; + var expectedWindDirection = new WindDirection("TestWindDirection", 123); AssertWindDirection(expectedWindDirection, generalResult.GoverningWind); Assert.IsEmpty(generalResult.Stochasts); Assert.IsEmpty(generalResult.IllustrationPoints);