Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.Test/Views/WaveConditionsInputViewTest.cs =================================================================== diff -u -re444a84b4fbf8411cd3237eb2e836df68790652b -r19b12b646711dbaefd9ba10a4a4fbf2be05c8b13 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.Test/Views/WaveConditionsInputViewTest.cs (.../WaveConditionsInputViewTest.cs) (revision e444a84b4fbf8411cd3237eb2e836df68790652b) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.Test/Views/WaveConditionsInputViewTest.cs (.../WaveConditionsInputViewTest.cs) (revision 19b12b646711dbaefd9ba10a4a4fbf2be05c8b13) @@ -123,7 +123,6 @@ // Assert var chartControl = (IChartControl) view.Controls.Find("chartControl", true).First(); Assert.IsInstanceOf(chartControl); - Assert.AreSame(chartControl, chartControl); Assert.AreEqual(DockStyle.Fill, ((Control) chartControl).Dock); Assert.AreEqual("Afstand [m]", chartControl.BottomAxisTitle); Assert.AreEqual("Hoogte [m+NAP]", chartControl.LeftAxisTitle);