mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Fix failures if test ran too fast
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Rulesets.Catch.Tests
|
||||
for (int i = 0; i < 9; i++)
|
||||
{
|
||||
int count = i + 1;
|
||||
AddUntilStep("wait for next hyperdash", () => hyperDashCount == count);
|
||||
AddUntilStep("wait for next hyperdash", () => hyperDashCount >= count);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user