diff --git a/Flow.Launcher.Test/QueryBuilderTest.cs b/Flow.Launcher.Test/QueryBuilderTest.cs index 0064f23e5..d8e8e4973 100644 --- a/Flow.Launcher.Test/QueryBuilderTest.cs +++ b/Flow.Launcher.Test/QueryBuilderTest.cs @@ -36,7 +36,7 @@ namespace Flow.Launcher.Test { var nonGlobalPlugins = new Dictionary> { - { ">", new List(){ new() { Metadata = new PluginMetadata { ActionKeywords = [">"] } } } } + { ">", new List(){ new() { Metadata = new PluginMetadata { ActionKeywords = [">"], Disabled = true } } } } }; Query q = QueryBuilder.Build("> ping google.com -n 20 -6", "> ping google.com -n 20 -6", nonGlobalPlugins);