1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Fix formatting

This commit is contained in:
Bartłomiej Dach 2023-10-24 10:00:58 +02:00
parent fcb366af4d
commit b4cc12ab5a
No known key found for this signature in database

View File

@ -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[]