1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +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(false)]
public void TestCancelDownloadFromRequest(bool closeFromRequest)
public void TestCancelDownloadRequest(bool closeFromRequest)
{
AddStep("download beatmap", () => beatmaps.Download(test_model));