Merge pull request #11546 from bdach/mark-test-as-abstract

Mark legacy beatmap skin colour test as abstract
This commit is contained in:
Dean Herbert 2021-01-20 10:03:40 +09:00 committed by GitHub
commit 2fabfe54a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ using osuTK.Graphics;
namespace osu.Game.Tests.Beatmaps
{
public class LegacyBeatmapSkinColourTest : ScreenTestScene
public abstract class LegacyBeatmapSkinColourTest : ScreenTestScene
{
protected readonly Bindable<bool> BeatmapSkins = new Bindable<bool>();
protected readonly Bindable<bool> BeatmapColours = new Bindable<bool>();