Fix comment

This commit is contained in:
Dean Herbert 2017-07-11 10:45:43 +09:00 committed by GitHub
parent 327327ea92
commit 55d999e4a1
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public void TestImportWhenFileOpen()
File.Delete(temp); File.Delete(temp);
Assert.IsFalse(File.Exists(temp), "We likely help a read lock not he file when we shouldn't"); Assert.IsFalse(File.Exists(temp), "We likely held a read lock on the file when we shouldn't");
} }
} }