Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsWaveHeightLocationContextTest.cs =================================================================== diff -u -rfec4131c596dbe6734abdbe298eef1c084337218 -re8ddc7a63f03cb28eeb3974363d6edb4ba51c896 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsWaveHeightLocationContextTest.cs (.../GrassCoverErosionOutwardsWaveHeightLocationContextTest.cs) (revision fec4131c596dbe6734abdbe298eef1c084337218) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsWaveHeightLocationContextTest.cs (.../GrassCoverErosionOutwardsWaveHeightLocationContextTest.cs) (revision e8ddc7a63f03cb28eeb3974363d6edb4ba51c896) @@ -22,6 +22,7 @@ using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; +using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.GrassCoverErosionOutwards.Forms.PresentationObjects; namespace Ringtoets.GrassCoverErosionOutwards.Forms.Test.PresentationObjects @@ -39,7 +40,7 @@ var context = new GrassCoverErosionOutwardsWaveHeightLocationContext(hydraulicBoundaryLocationCalculation); // Assert - Assert.IsInstanceOf(context); + Assert.IsInstanceOf(context); Assert.AreSame(hydraulicBoundaryLocationCalculation, context.WrappedData); } }