1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

Fix comment

This commit is contained in:
Dean Herbert 2017-07-11 10:45:43 +09:00 committed by GitHub
parent 327327ea92
commit 55d999e4a1

View File

@ -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");
}
}