mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Update inspections
This commit is contained in:
@ -16,7 +16,7 @@ namespace osu.Game.Tests.Visual.Menus
|
||||
{
|
||||
AddUntilStep("wait for load", () => MusicController.TrackLoaded);
|
||||
|
||||
AddAssert("check if menu music loops", () => MusicController.CurrentTrack?.Looping == true);
|
||||
AddAssert("check if menu music loops", () => MusicController.CurrentTrack.Looping);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user