update common/test/unittest/common_appexecfwk_log_test/appexecfwk_log_test.cpp.

Signed-off-by: Lotol <linxiangzhi@huawei.com>
This commit is contained in:
Lotol 2024-03-30 10:14:05 +00:00 committed by Gitee
parent dfd6143a62
commit b812006f27
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -96,5 +96,5 @@ HWTEST_F(AppExecFwkLogTest, AppLogWrapper_003, TestSize.Level0)
EXPECT_EQ(exceptStr, result);
bool res = AppLogWrapper::JudgeLevel(AppLogLevel::DEBUG);
EXPECT_TRUE(res);
EXPECT_FALSE(res);
}