Revert "Revert "Fix editor tests failing due to empty files being specified""

This reverts commit 1af684c4b2.
This commit is contained in:
Dean Herbert
2021-05-28 14:33:06 +09:00
parent 41733af0ed
commit 581a86b91a
4 changed files with 45 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; }