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