mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix comment
This commit is contained in:
@ -84,7 +84,7 @@ namespace osu.Game.Tests.Beatmaps.IO
|
||||
|
||||
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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user