Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.Test/Views/WaveConditionsInputViewTest.cs =================================================================== diff -u -r66964d0c53eb0d904f7ada3e3bbc1e9604e241e7 -r5dabca97fffab41012aafa58da5bc4cd0192e947 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.Test/Views/WaveConditionsInputViewTest.cs (.../WaveConditionsInputViewTest.cs) (revision 66964d0c53eb0d904f7ada3e3bbc1e9604e241e7) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.Test/Views/WaveConditionsInputViewTest.cs (.../WaveConditionsInputViewTest.cs) (revision 5dabca97fffab41012aafa58da5bc4cd0192e947) @@ -610,11 +610,9 @@ var foreshoreChartData = (ChartLineData) chartData; RoundedPoint2DCollection foreshoreGeometry = foreshoreProfile.Geometry; - Assert.AreEqual(foreshoreGeometry.Count(), foreshoreChartData.Points.Count()); - CollectionAssert.AreEqual(foreshoreGeometry, foreshoreChartData.Points); - string expectedName = $"{foreshoreProfile.Name} - Voorlandprofiel"; Assert.AreEqual(expectedName, chartData.Name); + CollectionAssert.AreEqual(foreshoreGeometry, foreshoreChartData.Points); } private static void AssertChartData(RoundedPoint2DCollection foreshorePoints,