1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:47:26 +08:00

Fix one new incorrect formatting inspection from EAP6

This commit is contained in:
Dean Herbert 2021-07-12 12:35:40 +09:00
parent 0c52b26d23
commit 3642febbb6

View File

@ -31,10 +31,7 @@ namespace osu.Game.Tests.Visual.SongSelect
private readonly TestBeatmapDifficultyCache testDifficultyCache = new TestBeatmapDifficultyCache();
[Test]
public void TestLocal([Values("Beatmap", "Some long title and stuff")]
string title,
[Values("Trial", "Some1's very hardest difficulty")]
string version)
public void TestLocal([Values("Beatmap", "Some long title and stuff")] string title, [Values("Trial", "Some1's very hardest difficulty")] string version)
{
showMetadataForBeatmap(() => CreateWorkingBeatmap(new Beatmap
{