mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Fix new test failing on headless runs
This commit is contained in:
@ -14,13 +14,16 @@ namespace osu.Game.Tests.Visual.SongSelect
|
|||||||
[Test]
|
[Test]
|
||||||
public void TestBasic()
|
public void TestBasic()
|
||||||
{
|
{
|
||||||
Child = new DifficultyRangeFilterControl
|
AddStep("create control", () =>
|
||||||
{
|
{
|
||||||
Width = 200,
|
Child = new DifficultyRangeFilterControl
|
||||||
Anchor = Anchor.Centre,
|
{
|
||||||
Origin = Anchor.Centre,
|
Width = 200,
|
||||||
Scale = new Vector2(3),
|
Anchor = Anchor.Centre,
|
||||||
};
|
Origin = Anchor.Centre,
|
||||||
|
Scale = new Vector2(3),
|
||||||
|
};
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user