Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/PropertyInfos/GrassCoverErosionOutwardsFailureMechanismContextPropertyInfoTest.cs =================================================================== diff -u -r8e2eb144317c011c15783e8e850c9253d550450e -rb15268001c06a569fb2f63e9615ac86ebf3fc7c5 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/PropertyInfos/GrassCoverErosionOutwardsFailureMechanismContextPropertyInfoTest.cs (.../GrassCoverErosionOutwardsFailureMechanismContextPropertyInfoTest.cs) (revision 8e2eb144317c011c15783e8e850c9253d550450e) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/PropertyInfos/GrassCoverErosionOutwardsFailureMechanismContextPropertyInfoTest.cs (.../GrassCoverErosionOutwardsFailureMechanismContextPropertyInfoTest.cs) (revision b15268001c06a569fb2f63e9615ac86ebf3fc7c5) @@ -21,6 +21,7 @@ using System.Linq; using Core.Common.Gui.Plugin; +using Core.Common.Gui.PropertyBag; using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data.AssessmentSection; @@ -64,7 +65,7 @@ PropertyInfo info = GetInfo(plugin); // Call - var objectProperties = info.CreateInstance(context); + IObjectProperties objectProperties = info.CreateInstance(context); // Assert Assert.IsInstanceOf(objectProperties);