mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 22:33:05 +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) =>
|
RunTestWithRealmAsync(async (realm, storage) =>
|
||||||
{
|
{
|
||||||
var importer = new BeatmapImporter(storage, realm);
|
var importer = new BeatmapImporter(storage, realm);
|
||||||
|
using var store = new RealmRulesetStore(realm, storage);
|
||||||
|
|
||||||
string? temp = TestResources.GetTestBeatmapForImport();
|
string? temp = TestResources.GetTestBeatmapForImport();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user