mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 14:13:18 +08:00
Fix test name
This commit is contained in:
parent
099b044f04
commit
e030266e95
@ -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));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user