mirror of
https://gitee.com/openharmony/global_i18n
synced 2024-11-27 01:00:54 +00:00
!178 fix localeconfig unittest bug
Merge pull request !178 from sunyaozu/master
This commit is contained in:
commit
0de5ef34eb
@ -132,7 +132,7 @@ HWTEST_F(LocaleConfigTest, LocaleConfigFuncTest007, TestSize.Level1)
|
|||||||
{
|
{
|
||||||
vector<string> countries;
|
vector<string> countries;
|
||||||
LocaleConfig::GetSystemCountries(countries);
|
LocaleConfig::GetSystemCountries(countries);
|
||||||
unsigned int size = 241;
|
unsigned int size = 240;
|
||||||
EXPECT_EQ(countries.size(), size);
|
EXPECT_EQ(countries.size(), size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user