Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/ClosingStructuresImporterTest.cs =================================================================== diff -u -rfca049745871c8352ef2968048fdc0cca0c647e0 -r396f21603d742cdfb0e92817e5fd0b4df1e9f851 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/ClosingStructuresImporterTest.cs (.../ClosingStructuresImporterTest.cs) (revision fca049745871c8352ef2968048fdc0cca0c647e0) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/ClosingStructuresImporterTest.cs (.../ClosingStructuresImporterTest.cs) (revision 396f21603d742cdfb0e92817e5fd0b4df1e9f851) @@ -40,7 +40,7 @@ private readonly string testFilePath = string.Empty; [Test] - public void Constructor_Always_ExcpectedValues() + public void Constructor_Always_ExpectedValues() { // Call var importer = new ClosingStructuresImporter(testImportTarget, testReferenceLine, testFilePath); @@ -50,17 +50,6 @@ } [Test] - public void Constructor_ImportTargetNull_ThrowArgumentNullException() - { - // Call - TestDelegate call = () => new ClosingStructuresImporter(null, testReferenceLine, testFilePath); - - // Assert - var exception = Assert.Throws(call); - Assert.AreEqual("importTarget", exception.ParamName); - } - - [Test] public void Import_ValidIncompleteFile_LogAndTrue() { // Setup