From 9f65a7908b5d26805d47ec649e768f4ba8416ccb Mon Sep 17 00:00:00 2001 From: baoyang Date: Mon, 18 Sep 2023 09:49:43 +0800 Subject: [PATCH] test for pipeple temporarily Signed-off-by: baoyang --- .../test/unittest/src/location_button_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/inner_api/security_component/test/unittest/src/location_button_test.cpp b/interfaces/inner_api/security_component/test/unittest/src/location_button_test.cpp index ce832db..335bb98 100644 --- a/interfaces/inner_api/security_component/test/unittest/src/location_button_test.cpp +++ b/interfaces/inner_api/security_component/test/unittest/src/location_button_test.cpp @@ -54,6 +54,7 @@ HWTEST_F(LocationButtonTest, FromJson001, TestSize.Level1) nlohmann::json jsonComponent; TestCommon::BuildLocationComponentInfo(jsonComponent); LocationButton comp; + ASSERT_TRUE(comp.FromJson(jsonComponent)); } -- Gitee