mirror of https://github.com/ppy/osu
Fix comment
This commit is contained in:
parent
327327ea92
commit
55d999e4a1
|
@ -84,7 +84,7 @@ public void TestImportWhenFileOpen()
|
|||
|
||||
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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue