We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 498cad7 + 2c296a3 commit 018cea2Copy full SHA for 018cea2
Flow.Launcher.Test/Plugins/ExplorerTest.cs
@@ -133,6 +133,13 @@ public void GivenWindowsIndexSearch_WhenSearchAllFoldersAndFiles_ThenQueryShould
133
{
134
// Given
135
var queryConstructor = new QueryConstructor(new Settings());
136
+ var baseQuery = queryConstructor.CreateBaseQuery();
137
+
138
139
+ var queryKeywordLocale = baseQuery.QueryKeywordLocale;
140
+ expectedString = expectedString.Replace("1033", queryKeywordLocale.ToString());
141
142
143
144
//When
145
var resultString = queryConstructor.QueryForAllFilesAndFolders(userSearchString);
0 commit comments