From e9fc9a99c8449597c5a1adcf894656a5535cef63 Mon Sep 17 00:00:00 2001 From: Lotol Date: Mon, 8 May 2023 07:09:58 +0000 Subject: [PATCH] update test/unittest/bm/bm_command_install_test.cpp. Signed-off-by: Lotol --- test/unittest/bm/bm_command_install_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittest/bm/bm_command_install_test.cpp b/test/unittest/bm/bm_command_install_test.cpp index 35f76b1..ad6665b 100644 --- a/test/unittest/bm/bm_command_install_test.cpp +++ b/test/unittest/bm/bm_command_install_test.cpp @@ -944,7 +944,7 @@ HWTEST_F(BmCommandInstallTest, Bm_Command_Install_3800, Function | MediumTest | // set the mock objects SetMockObjects(cmd); - EXPECT_EQ(cmd.ExecCommand(), STRING_INSTALL_BUNDLE_OK + "\n"); + EXPECT_EQ(cmd.ExecCommand(), STRING_REQUIRE_CORRECT_VALUE); } /** -- Gitee