mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Change test to allow for potentially single-frame delayed events firing
This commit is contained in:
parent
746d6a4c16
commit
347f41f367
@ -128,7 +128,7 @@ namespace osu.Game.Tests.Online
|
|||||||
|
|
||||||
private void addAvailabilityCheckStep(string description, Func<BeatmapAvailability> expected)
|
private void addAvailabilityCheckStep(string description, Func<BeatmapAvailability> expected)
|
||||||
{
|
{
|
||||||
AddAssert(description, () => availabilityTracker.Availability.Value.Equals(expected.Invoke()));
|
AddUntilStep(description, () => availabilityTracker.Availability.Value.Equals(expected.Invoke()));
|
||||||
}
|
}
|
||||||
|
|
||||||
private static BeatmapInfo getTestBeatmapInfo(string archiveFile)
|
private static BeatmapInfo getTestBeatmapInfo(string archiveFile)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user