Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs =================================================================== diff -u -rc3c2bba57ff003c569aefa73e42ac6122fcf5bfa -re59a92bdf530c0f3522a25253350f6f6f593ddbd --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision c3c2bba57ff003c569aefa73e42ac6122fcf5bfa) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision e59a92bdf530c0f3522a25253350f6f6f593ddbd) @@ -417,7 +417,7 @@ Assert.IsFalse(heightStructureProperty.IsReadOnly); Assert.AreEqual(schematizationCategory, heightStructureProperty.Category); Assert.AreEqual("Kunstwerk", heightStructureProperty.DisplayName); - Assert.AreEqual("Het kunstwerk wat gebruikt wordt in de berekening.", heightStructureProperty.Description); + Assert.AreEqual("Het kunstwerk dat gebruikt wordt in de berekening.", heightStructureProperty.Description); PropertyDescriptor heightStructureLocationProperty = dynamicProperties[heightStructureLocationPropertyIndex]; Assert.IsTrue(heightStructureLocationProperty.IsReadOnly);