osu/osu.Game.Tests/Online
Salman Ahmed 8e96ffd1e6 Fix "wait for import" until step potentially finishing early
If not obvious, the issue with previous code is that it was checking for `IsAvailableLocally`, while the import is happening on a different thread, so that method could return `true` before the importing has finished and `ItemUpdated` event is called.
2021-02-02 16:54:41 +03:00
..
TestAPIModSerialization.cs
TestDummyAPIRequestHandling.cs Fix some web requests retrieving the user too early 2020-07-14 13:07:17 +09:00
TestSceneBeatmapManager.cs
TestSceneMultiplayerBeatmapAvailabilityTracker.cs Fix "wait for import" until step potentially finishing early 2021-02-02 16:54:41 +03:00