mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Fix formatting
This commit is contained in:
parent
fcb366af4d
commit
b4cc12ab5a
@ -402,7 +402,7 @@ namespace osu.Game.Tests.NonVisual.Filtering
|
||||
[TestCase("diff=Diff", new[] { 0, 1, 3, 4, 6 })]
|
||||
[TestCase("diff=Diff1", new[] { 0 })]
|
||||
[TestCase("diff=\"Diff\"", new[] { 3, 4, 6 })]
|
||||
[TestCase("diff=!\"Diff\"", new int[] {})]
|
||||
[TestCase("diff=!\"Diff\"", new int[] { })]
|
||||
public void TestDifficultySearch(string query, int[] expectedBeatmapIndexes)
|
||||
{
|
||||
var carouselBeatmaps = (((string title, string difficultyName)[])new[]
|
||||
|
Loading…
Reference in New Issue
Block a user