Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs =================================================================== diff -u -rce94b8228bc7e51779b3754217580f13cb35e475 -rf1bf048f691ca575f22e8807911ace0338fa425d --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs (.../StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs) (revision ce94b8228bc7e51779b3754217580f13cb35e475) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs (.../StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs) (revision f1bf048f691ca575f22e8807911ace0338fa425d) @@ -24,7 +24,6 @@ using Core.Common.Base.Data; using Core.Common.Base.Geometry; using Core.Common.Utils.Reflection; - using NUnit.Framework; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Data.TestUtil; @@ -104,7 +103,7 @@ var row = new StrengthStabilityLengthwiseConstructionSectionResultRow(result); // Call - row.AssessmentLayerThree = (RoundedDouble)newValue; + row.AssessmentLayerThree = (RoundedDouble) newValue; // Assert Assert.AreEqual(newValue, result.AssessmentLayerThree, row.AssessmentLayerThree.GetAccuracy()); @@ -116,6 +115,6 @@ { new Point2D(0, 0) }); - } + } } } \ No newline at end of file