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

@ -38,7 +38,7 @@ namespace osu.Game.Tests.Visual.Collections
Dependencies.Cache(rulesets = new RulesetStore(ContextFactory));
Dependencies.Cache(beatmapManager = new BeatmapManager(LocalStorage, ContextFactory, rulesets, null, Audio, host, Beatmap.Default));
beatmapManager.Import(TestResources.GetTestBeatmapForImport()).Wait();
beatmapManager.Import(TestResources.GetQuickTestBeatmapForImport()).Wait();
base.Content.AddRange(new Drawable[]
{