Mark `EditorSavingTestScene` as abstract

This commit is contained in:
Salman Ahmed 2022-01-26 17:04:28 +03:00
parent cf9ee43b17
commit 7f34085baa
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Tests.Visual
/// <summary> /// <summary>
/// Tests the general expected flow of creating a new beatmap, saving it, then loading it back from song select. /// Tests the general expected flow of creating a new beatmap, saving it, then loading it back from song select.
/// </summary> /// </summary>
public class EditorSavingTestScene : OsuGameTestScene public abstract class EditorSavingTestScene : OsuGameTestScene
{ {
protected Editor Editor => Game.ChildrenOfType<Editor>().FirstOrDefault(); protected Editor Editor => Game.ChildrenOfType<Editor>().FirstOrDefault();