Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/DesignWaterLevelLocationRowTest.cs =================================================================== diff -u -r67dc985cf426cef7a087410db5876d8c3fb51a39 -r49cb1e957d0a0ac21a191b9267e4572b1654e4f6 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/DesignWaterLevelLocationRowTest.cs (.../DesignWaterLevelLocationRowTest.cs) (revision 67dc985cf426cef7a087410db5876d8c3fb51a39) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/DesignWaterLevelLocationRowTest.cs (.../DesignWaterLevelLocationRowTest.cs) (revision 49cb1e957d0a0ac21a191b9267e4572b1654e4f6) @@ -20,7 +20,6 @@ // All rights reserved. using Core.Common.TestUtil; -using Core.Common.Utils.Reflection; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; @@ -52,7 +51,7 @@ Assert.AreSame(hydraulicBoundaryLocation, row.CalculatableObject); Assert.IsFalse(row.ShouldCalculate); TestHelper.AssertTypeConverter( - nameof(DesignWaterLevelLocationRow.DesignWaterLevel)); + nameof(DesignWaterLevelLocationRow.DesignWaterLevel)); } [Test]