Usages cleanup

This commit is contained in:
grzegorz.russek
2024-05-15 09:49:31 +02:00
parent 1b5f288439
commit 02d95583e9
5 changed files with 1 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ namespace VirtualFS.Tests.Physical
[TestMethod]
public void TestEnumerate()
{
Assert.IsTrue(new PhysicalFileSystem(new System.IO.DirectoryInfo("C:\\")).GetEntries("/").Count() > 0);
Assert.IsTrue(new PhysicalFileSystem(new DirectoryInfo("C:\\")).GetEntries("/").Count() > 0);
}
}
}