Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/GeneralResultConverterTest.cs =================================================================== diff -u -r853509ec4de49576e9627ec0bf148aa32e04e461 -rd2515239c7d6aead278d42e54d296bf42bfd3e92 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/GeneralResultConverterTest.cs (.../GeneralResultConverterTest.cs) (revision 853509ec4de49576e9627ec0bf148aa32e04e461) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/GeneralResultConverterTest.cs (.../GeneralResultConverterTest.cs) (revision d2515239c7d6aead278d42e54d296bf42bfd3e92) @@ -93,7 +93,6 @@ GeneralResult generalResult = GeneralResultConverter.CreateGeneralResult(hydraGeneralResult); // Assert - Assert.AreEqual(hydraGeneralResult.Beta, generalResult.Beta); AssertWindDirection(hydraGoverningWindDirection, generalResult.GoverningWindDirection); CollectionAssert.IsEmpty(generalResult.WindDirectionClosingSituationIllustrationPoints); CollectionAssert.IsEmpty(generalResult.Stochasts); @@ -143,8 +142,6 @@ GeneralResult generalResult = GeneralResultConverter.CreateGeneralResult(hydraGeneralResult); // Assert - Assert.AreEqual(hydraGeneralResult.Beta, generalResult.Beta); - WindDirection generalResultGoverningWindDirection = generalResult.GoverningWindDirection; AssertWindDirection(governingHydraWindDirection, generalResultGoverningWindDirection); @@ -205,8 +202,6 @@ GeneralResult generalResult = GeneralResultConverter.CreateGeneralResult(hydraGeneralResult); // Assert - Assert.AreEqual(hydraGeneralResult.Beta, generalResult.Beta); - WindDirection generalResultGoverningWindDirection = generalResult.GoverningWindDirection; AssertWindDirection(governingHydraWindDirection, generalResultGoverningWindDirection); CollectionAssert.IsEmpty(generalResult.Stochasts);