Update other tests which can benefit from using a shorter beatmap

This commit is contained in:
Dean Herbert
2021-02-22 14:53:32 +09:00
parent 541237ef16
commit cdbf8de29d
7 changed files with 7 additions and 7 deletions

View File

@ -51,7 +51,7 @@ namespace osu.Game.Tests.Visual.Background
Dependencies.Cache(manager = new BeatmapManager(LocalStorage, ContextFactory, rulesets, null, audio, host, Beatmap.Default));
Dependencies.Cache(new OsuConfigManager(LocalStorage));
manager.Import(TestResources.GetTestBeatmapForImport()).Wait();
manager.Import(TestResources.GetQuickTestBeatmapForImport()).Wait();
Beatmap.SetDefault();
}