1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 06:59:54 +08:00
Files
osu-lazer/osu.Game.Tests/Visual/UserInterface
T
Dean Herbert 5d708b612d Fix delete local score test not waiting for "fetch" to complete
Even though this is a completely local operation in this case, there's
still a level of asynchronous operation which was recent introduced with
the score ordering:

https://github.com/ppy/osu/blob/853cf6feaa165e833ecb7ca18c6cdffe8ca6e005/osu.Game/Screens/Select/Leaderboards/BeatmapLeaderboard.cs#L159

This means there is a brief period where the `Scores` property is null,
after `Reset()` is called in the re-fetch procedure.
5d708b612d · 2021-10-05 18:17:22 +09:00
History
..
2020-01-27 13:16:36 +09:00
2019-05-23 13:37:25 +09:00
2020-07-22 22:10:59 +02:00
2021-07-21 16:38:25 +09:00
2020-07-21 22:56:44 +03:00
2021-07-07 20:51:13 +09:00