Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/FailureMechanismSectionRowTest.cs =================================================================== diff -u -ra39fb3074f6c4cfa06efce5663d8ee428587dddb -r4411623d5d134237f1df15fdadfd10c533c2487f --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/FailureMechanismSectionRowTest.cs (.../FailureMechanismSectionRowTest.cs) (revision a39fb3074f6c4cfa06efce5663d8ee428587dddb) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/FailureMechanismSectionRowTest.cs (.../FailureMechanismSectionRowTest.cs) (revision 4411623d5d134237f1df15fdadfd10c533c2487f) @@ -23,7 +23,6 @@ using Core.Common.Base.Geometry; using NUnit.Framework; using Ringtoets.Common.Data.FailureMechanism; -using Ringtoets.Common.Data.TestUtil; using Ringtoets.Common.Forms.Views; namespace Ringtoets.Common.Forms.Test.Views @@ -57,7 +56,7 @@ // Assert Assert.AreEqual("test", sectionRow.Name); - Assert.AreEqual(10.0, sectionRow.Length, sectionRow.Length.GetAccuracy()); + Assert.AreEqual(10.0, sectionRow.Length); } } } \ No newline at end of file