Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/DesignWaterLevelContextPropertiesTest.cs =================================================================== diff -u -rc703acd9b4aa18825e6938815ba975c34949cc6f -r7779966cdf2cc1cbaf00ce0643da3f47f34fa0af --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/DesignWaterLevelContextPropertiesTest.cs (.../DesignWaterLevelContextPropertiesTest.cs) (revision c703acd9b4aa18825e6938815ba975c34949cc6f) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/DesignWaterLevelContextPropertiesTest.cs (.../DesignWaterLevelContextPropertiesTest.cs) (revision 7779966cdf2cc1cbaf00ce0643da3f47f34fa0af) @@ -102,12 +102,12 @@ // Call TypeConverter classTypeConverter = TypeDescriptor.GetConverter(properties, true); + + // Assert PropertyDescriptorCollection dynamicProperties = dynamicPropertyBag.GetProperties(); PropertyDescriptor locationsProperty = dynamicProperties.Find("Locations", false); - // Assert Assert.IsInstanceOf(classTypeConverter); - Assert.IsNotNull(locationsProperty); Assert.IsInstanceOf(locationsProperty.Converter); Assert.IsTrue(locationsProperty.IsReadOnly);