diff --git a/X10D.Tests/src/IO/DirectoryInfoTests.cs b/X10D.Tests/src/IO/DirectoryInfoTests.cs index be980ee..58f6616 100644 --- a/X10D.Tests/src/IO/DirectoryInfoTests.cs +++ b/X10D.Tests/src/IO/DirectoryInfoTests.cs @@ -39,14 +39,6 @@ public class DirectoryInfoTests directory.Delete(); } - [TestMethod] - public void Clear_ShouldDoNothing_GivenNonExistentDirectory() - { - var directory = new DirectoryInfo(@"/@12#3"); - Assert.IsFalse(directory.Exists); - directory.Clear(); - } - [TestMethod] public void Clear_ShouldThrowArgumentNullException_GivenNull() {