Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/HydraulicBoundaryLocationsViewTest.cs =================================================================== diff -u -r3722e29f53ce7db0f11fb184cdc2a76d33078cf2 -re468a5451f59115ec6ca32c014da1baaa38866e8 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/HydraulicBoundaryLocationsViewTest.cs (.../HydraulicBoundaryLocationsViewTest.cs) (revision 3722e29f53ce7db0f11fb184cdc2a76d33078cf2) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/HydraulicBoundaryLocationsViewTest.cs (.../HydraulicBoundaryLocationsViewTest.cs) (revision e468a5451f59115ec6ca32c014da1baaa38866e8) @@ -61,7 +61,7 @@ using (var view = new TestHydraulicBoundaryLocationsView()) { // Assert - Assert.IsInstanceOf(view); + Assert.IsInstanceOf>(view); Assert.IsNull(view.Data); } }