Skip to content

Commit

Permalink
Fixed unit test which failed if your region was set as Germany
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Oct 20, 2019
1 parent 90e4027 commit 31369b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ TEST_F(BraveTemplateURLServiceUtilTest, GetSearchProvidersUsingKeywordResult) {
TemplateURL::OwnedTemplateURLVector template_urls;
int new_resource_keyword_version = 0;

prefs_.SetInteger(kCountryIDAtInstall, 'U' << 8 | 'S');
GetSearchProvidersUsingKeywordResult(result, nullptr, &prefs_, &template_urls,
default_turl.get(), SearchTermsData(),
&new_resource_keyword_version, nullptr);
Expand Down

0 comments on commit 31369b3

Please sign in to comment.