1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 18:32:55 +08:00

Fix test name

This commit is contained in:
Salman Ahmed 2019-12-27 06:40:01 +03:00
parent 099b044f04
commit e030266e95

View File

@ -28,7 +28,7 @@ namespace osu.Game.Tests.Online
[TestCase(true)] [TestCase(true)]
[TestCase(false)] [TestCase(false)]
public void TestCancelDownloadFromRequest(bool closeFromRequest) public void TestCancelDownloadRequest(bool closeFromRequest)
{ {
AddStep("download beatmap", () => beatmaps.Download(test_model)); AddStep("download beatmap", () => beatmaps.Download(test_model));