Refactorings

This commit is contained in:
Dan Balasescu
2022-02-08 21:20:33 +09:00
parent c1766d8a41
commit 886d1d2df6
5 changed files with 16 additions and 13 deletions

View File

@ -160,7 +160,8 @@ namespace osu.Game.Tests.Visual.Gameplay
finish(SpectatingUserState.Failed);
checkPaused(false); // Should continue playing until out of frames
checkPaused(true);
checkPaused(true); // And eventually stop after running out of frames and fail.
// Todo: Should check for + display a failed message.
}
[Test]