1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 13:03:21 +08:00

Fix wrong prefix for default priority lookup in test

This commit is contained in:
Salman Ahmed 2022-04-19 19:46:29 +03:00
parent 033b556be5
commit 813dc2dd78

View File

@ -29,7 +29,7 @@ namespace osu.Game.Rulesets.Osu.Tests
// available textures
new[] { @"hitcircle", @"hitcircleoverlay" },
// priority lookup
@"",
null,
// expected circle and overlay
@"hitcircle", @"hitcircleoverlay",
},