1
0
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:
Cootz 2023-07-01 09:48:42 +03:00
parent f5d3a24582
commit 2b1d637292

View File

@ -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();