adjustment for #3191 (#4674)

* adjustment for #3191

* forgot DE

Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
This commit is contained in:
Clint Rutkas
2020-07-02 10:09:25 -07:00
committed by GitHub
parent 44c41d52b2
commit 4330338285
8 changed files with 8 additions and 8 deletions

View File

@@ -318,7 +318,7 @@ namespace Wox.Test.Plugins
[TestCase("ignoreQueryText")]
public void Win32Applications_ShouldNotBeFiltered_WhenFilteringRunCommands(string query)
{
// Even if there is an exact match in the name or exe name, win32 applications should never be filtered
// Even if there is an exact match in the name or exe name, applications should never be filtered
Assert.IsTrue(command_prompt.QueryEqualsNameForRunCommands(query));
}