mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
Change beatmap not existing test to specify a beatmap ID that can't possibly exist
This commit is contained in:
parent
8bbcb9be8a
commit
1d499ec15d
@ -158,7 +158,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
{
|
{
|
||||||
loadSpectatingScreen();
|
loadSpectatingScreen();
|
||||||
|
|
||||||
start(88);
|
start(-1234);
|
||||||
sendFrames();
|
sendFrames();
|
||||||
|
|
||||||
AddAssert("screen didn't change", () => Stack.CurrentScreen is Spectator);
|
AddAssert("screen didn't change", () => Stack.CurrentScreen is Spectator);
|
||||||
|
Loading…
Reference in New Issue
Block a user