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

This reverts commit fdbd421040.
This commit is contained in:
Dean Herbert
2021-05-28 14:15:28 +09:00
parent c24712642c
commit 1af684c4b2
4 changed files with 5 additions and 45 deletions

View File

@ -24,8 +24,6 @@ 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; }