mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 17:30:00 +08:00
Fix incorrect step type
This commit is contained in:
@@ -80,7 +80,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
{
|
||||
HitObjectLifetimeEntry nextObjectEntry = null;
|
||||
|
||||
AddUntilStep("no alive objects", () => getNextAliveObject() == null);
|
||||
AddAssert("no alive objects", () => getNextAliveObject() == null);
|
||||
|
||||
AddAssert("check initially correct object", () => sampleTriggerSource.GetMostValidObject() == beatmap.HitObjects[0]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user