mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00: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,10 +31,11 @@ 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(
|
||||||
string title,
|
[Values("Beatmap", "Some long title and stuff")]
|
||||||
[Values("Trial", "Some1's very hardest difficulty")]
|
string title,
|
||||||
string version)
|
[Values("Trial", "Some1's very hardest difficulty")]
|
||||||
|
string version)
|
||||||
{
|
{
|
||||||
showMetadataForBeatmap(() => CreateWorkingBeatmap(new Beatmap
|
showMetadataForBeatmap(() => CreateWorkingBeatmap(new Beatmap
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user