mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:02:54 +08:00
Use slightly nicer parameterisation in test
This commit is contained in:
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", () =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user