Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/StochasticSoilModelCollectionPropertiesTest.cs =================================================================== diff -u -r81fa8a9bf3bd503cbd280e88b8f6037a840cff12 -rfa2297cc58fe8faa6e573c68d9bb9768ba44ed23 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/StochasticSoilModelCollectionPropertiesTest.cs (.../StochasticSoilModelCollectionPropertiesTest.cs) (revision 81fa8a9bf3bd503cbd280e88b8f6037a840cff12) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/StochasticSoilModelCollectionPropertiesTest.cs (.../StochasticSoilModelCollectionPropertiesTest.cs) (revision fa2297cc58fe8faa6e573c68d9bb9768ba44ed23) @@ -25,6 +25,7 @@ using Core.Common.Gui.PropertyBag; using Core.Common.TestUtil; using NUnit.Framework; +using Ringtoets.Common.Forms.TestUtil; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PropertyClasses; @@ -34,7 +35,7 @@ public class StochasticSoilModelCollectionPropertiesTest { [Test] - public void Constructor_WithoutColleciton_ThrowsArgumentNullException() + public void Constructor_WithoutCollection_ThrowsArgumentNullException() { // Call TestDelegate test = () => new StochasticSoilModelCollectionProperties(null);