提交 d426d9ec 编写于 作者: S sunyaozu

fix localeconfig unittest bug

Signed-off-by: Nsunyaozu <sunyaozu@huawei.com>
上级 3c292478
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册