1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:17:26 +08:00

Remove unnecessary test

This commit is contained in:
Dean Herbert 2018-04-20 12:46:45 +09:00
parent c77f339444
commit 54fa725309

View File

@ -401,7 +401,6 @@ namespace osu.Game.Tests.Visual
AddStep(@"hide", overlay.Hide);
AddStep(@"show without reload", overlay.Show);
AddStep(@"show loading", () => overlay.BeatmapSet = null);
}
}
}