mirror of https://github.com/ppy/osu
Merge pull request #16631 from frenzibyte/make-test-abstract
Mark `EditorSavingTestScene` as abstract to not appear in visual test browser
This commit is contained in:
commit
70acc4d0bd
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue