mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix test expected result
This commit is contained in:
parent
2d4e2f5662
commit
355a787b5e
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ namespace Flow.Launcher.Test.Plugins
|
|||
$"Actual string was: {queryString}{Environment.NewLine}");
|
||||
}
|
||||
|
||||
[TestCase("C:\\Dropbox\\App", "WHERE (System.FileName LIKE 'App%' " +
|
||||
[TestCase("C:\\Dropbox\\App", "(System.FileName LIKE 'App%' " +
|
||||
"OR CONTAINS(System.FileName,'\"App*\"',1033))" +
|
||||
" AND directory='file:C:\\Dropbox'")]
|
||||
public void GivenWindowsIndexSearchTopLevelDirectory_WhenSearchingForSpecificItem_ThenQueryWhereRestrictionsShouldUseDirectoryString(
|
||||
|
|
|
|||
Loading…
Reference in a new issue