mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
Change to alternative formatting
This commit is contained in:
parent
3642febbb6
commit
78c74e97d1
@ -31,7 +31,11 @@ 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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user