1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-08 01:27:46 +08:00

Merge pull request #10237 from peppy/fix-missing-headless-test

Fix missing HeadlessTest specification in new test
This commit is contained in:
Dan Balasescu 2020-09-25 13:19:38 +09:00 committed by GitHub
commit 73ea527ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,12 +16,14 @@ using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.OpenGL.Textures;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Textures;
using osu.Framework.Testing;
using osu.Game.Rulesets.Osu;
using osu.Game.Rulesets.UI;
using osu.Game.Tests.Visual;
namespace osu.Game.Tests.Rulesets
{
[HeadlessTest]
public class TestSceneDrawableRulesetDependencies : OsuTestScene
{
[Test]