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 018cea2 + 7d8a148 commit 988fa1cCopy full SHA for 988fa1c
Flow.Launcher.Test/Plugins/ExplorerTest.cs
@@ -135,7 +135,7 @@ public void GivenWindowsIndexSearch_WhenSearchAllFoldersAndFiles_ThenQueryShould
135
var queryConstructor = new QueryConstructor(new Settings());
136
var baseQuery = queryConstructor.CreateBaseQuery();
137
138
-
+ // system running this test could have different locale than the hard-coded 1033 LCID en-US.
139
var queryKeywordLocale = baseQuery.QueryKeywordLocale;
140
expectedString = expectedString.Replace("1033", queryKeywordLocale.ToString());
141
0 commit comments