Fix most remaining test issues

This commit is contained in:
Dean Herbert
2022-01-11 19:25:50 +09:00
parent b7ee6d1866
commit 7dba3c3551
6 changed files with 5 additions and 7 deletions

View File

@ -49,6 +49,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
{
Dependencies.Cache(rulesets = new RulesetStore(ContextFactory));
Dependencies.Cache(beatmaps = new BeatmapManager(LocalStorage, ContextFactory, rulesets, null, audio, Resources, host, Beatmap.Default));
Dependencies.Cache(ContextFactory);
}
public override void SetUpSteps()