Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/TechnicalInnovationSectionResultRowTest.cs =================================================================== diff -u -r67dc985cf426cef7a087410db5876d8c3fb51a39 -r49cb1e957d0a0ac21a191b9267e4572b1654e4f6 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/TechnicalInnovationSectionResultRowTest.cs (.../TechnicalInnovationSectionResultRowTest.cs) (revision 67dc985cf426cef7a087410db5876d8c3fb51a39) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/TechnicalInnovationSectionResultRowTest.cs (.../TechnicalInnovationSectionResultRowTest.cs) (revision 49cb1e957d0a0ac21a191b9267e4572b1654e4f6) @@ -23,7 +23,6 @@ using Core.Common.Base.Data; using Core.Common.Base.Geometry; using Core.Common.TestUtil; -using Core.Common.Utils.Reflection; using NUnit.Framework; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Data.TestUtil; @@ -65,7 +64,7 @@ Assert.AreEqual(result.AssessmentLayerThree, row.AssessmentLayerThree); TestHelper.AssertTypeConverter( - nameof(TechnicalInnovationSectionResultRow.AssessmentLayerThree)); + nameof(TechnicalInnovationSectionResultRow.AssessmentLayerThree)); } [Test]