mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 20:32:55 +08:00
Merge pull request #13856 from peppy/fix-line-break
Fix one new incorrect formatting inspection from EAP6
This commit is contained in:
commit
ba5d884ab0
@ -31,7 +31,8 @@ namespace osu.Game.Tests.Visual.SongSelect
|
|||||||
private readonly TestBeatmapDifficultyCache testDifficultyCache = new TestBeatmapDifficultyCache();
|
private readonly TestBeatmapDifficultyCache testDifficultyCache = new TestBeatmapDifficultyCache();
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void TestLocal([Values("Beatmap", "Some long title and stuff")]
|
public void TestLocal(
|
||||||
|
[Values("Beatmap", "Some long title and stuff")]
|
||||||
string title,
|
string title,
|
||||||
[Values("Trial", "Some1's very hardest difficulty")]
|
[Values("Trial", "Some1's very hardest difficulty")]
|
||||||
string version)
|
string version)
|
||||||
|
Loading…
Reference in New Issue
Block a user