1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 22:44:54 +08:00

Use slightly nicer parameterisation in test

This commit is contained in:
Bartłomiej Dach
2024-03-07 09:49:20 +01:00
Unverified
parent c36232bc02
commit 039520d55d
@@ -88,9 +88,8 @@ namespace osu.Game.Tests.Visual.Ranking
AddAssert("play time not displayed", () => !this.ChildrenOfType<ExpandedPanelMiddleContent.PlayedOnText>().Any());
}
[TestCase(false)]
[TestCase(true)]
public void TestFailedSDisplay(bool withFlair)
[Test]
public void TestFailedSDisplay([Values] bool withFlair)
{
AddStep("show failed S score", () =>
{