Fix editor tests failing due to empty files being specified

This commit is contained in:
Dean Herbert
2021-05-20 16:01:14 +09:00
parent 7980bdd384
commit fdbd421040
4 changed files with 48 additions and 5 deletions

View File

@ -24,6 +24,8 @@ namespace osu.Game.Tests.Visual.Editing
protected override bool EditorComponentsReady => Editor.ChildrenOfType<SetupScreen>().SingleOrDefault()?.IsLoaded == true;
protected override bool IsolateSavingFromDatabase => false;
[Resolved]
private BeatmapManager beatmapManager { get; set; }