mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 02:57:25 +08:00
Fix typo
This commit is contained in:
parent
c7440201fb
commit
8ef5855e84
@ -155,7 +155,7 @@ namespace osu.Game.Tests.Visual
|
||||
|
||||
private void checkNonmatchingFilter()
|
||||
{
|
||||
AddStep("Toggel non-matching filter", () =>
|
||||
AddStep("Toggle non-matching filter", () =>
|
||||
{
|
||||
carousel.Filter(new FilterCriteria { SearchText = "Dingo" }, false);
|
||||
carousel.Filter(new FilterCriteria(), false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user