mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 18:10:01 +08:00
Ensure all initial imports are completed before running playlist overlay tests steps
This commit is contained in:
parent
51e607e834
commit
690e048864
@ -66,6 +66,9 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
}
|
||||
|
||||
beatmapSets.First().ToLive(Realm);
|
||||
|
||||
// Ensure all the initial imports are present before running any tests.
|
||||
Realm.Run(r => r.Refresh());
|
||||
});
|
||||
|
||||
[Test]
|
||||
|
Loading…
x
Reference in New Issue
Block a user