Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PresentationObjects/AssemblyResultPerSectionMapContextTest.cs =================================================================== diff -u -r57910b84a73a0bd6745e2adc4739971d3d6a9a21 -r3dc79ae8c5c8cce232f862de607231897a20518f --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PresentationObjects/AssemblyResultPerSectionMapContextTest.cs (.../AssemblyResultPerSectionMapContextTest.cs) (revision 57910b84a73a0bd6745e2adc4739971d3d6a9a21) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PresentationObjects/AssemblyResultPerSectionMapContextTest.cs (.../AssemblyResultPerSectionMapContextTest.cs) (revision 3dc79ae8c5c8cce232f862de607231897a20518f) @@ -19,7 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using Core.Common.Controls.PresentationObjects; using NUnit.Framework; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Integration.Data; @@ -40,7 +39,7 @@ var context = new AssemblyResultPerSectionMapContext(assessmentSection); // Assert - Assert.IsInstanceOf>(context); + Assert.IsInstanceOf(context); Assert.AreSame(assessmentSection, context.WrappedData); } }