mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 20:12:56 +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()
|
public void TestNoFrames()
|
||||||
{
|
{
|
||||||
assertCombo(55, 0);
|
assertCombo(55, 0);
|
||||||
assertCombo(56, 1);
|
assertCombo(56, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setTime(double time) => AddStep($"set time {time}", () =>
|
private void setTime(double time) => AddStep($"set time {time}", () =>
|
||||||
|
Loading…
Reference in New Issue
Block a user