Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresScenariosViewTest.cs =================================================================== diff -u -r2ec06c41e23172aee5fba6f3b6588486c922514b -r2190156241cd307f0d9d784f2ff50ed339c3beac --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresScenariosViewTest.cs (.../ClosingStructuresScenariosViewTest.cs) (revision 2ec06c41e23172aee5fba6f3b6588486c922514b) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresScenariosViewTest.cs (.../ClosingStructuresScenariosViewTest.cs) (revision 2190156241cd307f0d9d784f2ff50ed339c3beac) @@ -20,6 +20,7 @@ // All rights reserved. using System.Windows.Forms; +using Core.Common.Controls.Views; using NUnit.Framework; using Ringtoets.ClosingStructures.Forms.Views; @@ -36,6 +37,7 @@ // Assert Assert.IsInstanceOf(view); + Assert.IsInstanceOf(view); CollectionAssert.IsEmpty(view.Controls); } }