Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/DikeProfileCollectionPropertiesTest.cs =================================================================== diff -u -raeb6e1a439617630e7613b9ed5af152c345fa2c6 -rfa2297cc58fe8faa6e573c68d9bb9768ba44ed23 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/DikeProfileCollectionPropertiesTest.cs (.../DikeProfileCollectionPropertiesTest.cs) (revision aeb6e1a439617630e7613b9ed5af152c345fa2c6) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/DikeProfileCollectionPropertiesTest.cs (.../DikeProfileCollectionPropertiesTest.cs) (revision fa2297cc58fe8faa6e573c68d9bb9768ba44ed23) @@ -34,7 +34,7 @@ public class DikeProfileCollectionPropertiesTest { [Test] - public void Constructor_WithoutColleciton_ThrowsArgumentNullException() + public void Constructor_WithoutCollection_ThrowsArgumentNullException() { // Call TestDelegate test = () => new DikeProfileCollectionProperties(null);