mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 13:02:59 +08:00
Fix incorrect assert
This commit is contained in:
parent
b49997f531
commit
9ddcd686ac
@ -122,7 +122,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
public void TestNoFrames()
|
||||
{
|
||||
assertCombo(55, 0);
|
||||
assertCombo(56, 1);
|
||||
assertCombo(56, 0);
|
||||
}
|
||||
|
||||
private void setTime(double time) => AddStep($"set time {time}", () =>
|
||||
|
Loading…
Reference in New Issue
Block a user