mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix incorrect step type
This commit is contained in:
@ -80,7 +80,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
{
|
{
|
||||||
HitObjectLifetimeEntry nextObjectEntry = null;
|
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]);
|
AddAssert("check initially correct object", () => sampleTriggerSource.GetMostValidObject() == beatmap.HitObjects[0]);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user