1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 21:24:26 +08:00

Add null star rating display test case

This commit is contained in:
Salman Ahmed
2021-05-14 14:25:46 +03:00
Unverified
parent 0655825057
commit 34aab11ff3
@@ -33,6 +33,17 @@ namespace osu.Game.Tests.Visual.Ranking
});
}
[Test]
public void TestNullStarRatingDisplay()
{
AddStep("load null", () => Child = new StarRatingDisplay
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Scale = new Vector2(3f),
});
}
[Test]
public void TestChangingStarRatingDisplay()
{