1
0
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:
Dan Balasescu 2021-07-13 07:46:39 +09:00 committed by GitHub
commit ba5d884ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)