From 70b2fd66d9ddc330e27ed3d65bab4d99b355643a Mon Sep 17 00:00:00 2001 From: zhangkaixiang Date: Mon, 31 Oct 2022 02:31:07 +0000 Subject: [PATCH] fixed de1287c from https://gitee.com/zkx48/filemanagement_file_api/pulls/64 fix up TDD test bug Signed-off-by: zhangkaixiang --- bundle.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundle.json b/bundle.json index 8d2e75611..be6f41052 100644 --- a/bundle.json +++ b/bundle.json @@ -55,6 +55,9 @@ "header_base": "//foundation/filemanagement/file_api/interfaces/kits/native/remote_uri" } } + ], + "test": [ + "//foundation/filemanagement/file_api/interfaces/test/unittest:unittest" ] } } -- Gitee