Skip to content

Commit 988fa1c

Browse files
authored
Merge pull request #573 from Flow-Launcher/locale_comment
add comment to explain locale swap
2 parents 018cea2 + 7d8a148 commit 988fa1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Test/Plugins/ExplorerTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public void GivenWindowsIndexSearch_WhenSearchAllFoldersAndFiles_ThenQueryShould
135135
var queryConstructor = new QueryConstructor(new Settings());
136136
var baseQuery = queryConstructor.CreateBaseQuery();
137137

138-
138+
// system running this test could have different locale than the hard-coded 1033 LCID en-US.
139139
var queryKeywordLocale = baseQuery.QueryKeywordLocale;
140140
expectedString = expectedString.Replace("1033", queryKeywordLocale.ToString());
141141

0 commit comments

Comments
 (0)