Usages cleanup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user