!178 fix localeconfig unittest bug

Merge pull request !178 from sunyaozu/master
This commit is contained in:
openharmony_ci 2022-03-03 06:04:41 +00:00 committed by Gitee
commit 0de5ef34eb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -132,7 +132,7 @@ HWTEST_F(LocaleConfigTest, LocaleConfigFuncTest007, TestSize.Level1)
{
vector<string> countries;
LocaleConfig::GetSystemCountries(countries);
unsigned int size = 241;
unsigned int size = 240;
EXPECT_EQ(countries.size(), size);
}