mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 15:27:30 +08:00
Add missing ruleset store
This commit is contained in:
parent
f5d3a24582
commit
2b1d637292
@ -423,6 +423,7 @@ namespace osu.Game.Tests.Database
|
||||
RunTestWithRealmAsync(async (realm, storage) =>
|
||||
{
|
||||
var importer = new BeatmapImporter(storage, realm);
|
||||
using var store = new RealmRulesetStore(realm, storage);
|
||||
|
||||
string? temp = TestResources.GetTestBeatmapForImport();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user