From 0049373c7b8a64c59cb9eb8d27825b54e92170c3 Mon Sep 17 00:00:00 2001 From: qiuxiangdong Date: Tue, 15 Nov 2022 19:53:27 +0800 Subject: [PATCH] test: Modify the deviceType Signed-off-by: qiuxiangdong --- test/unittest/common/napi/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/unittest/common/napi/config.json b/test/unittest/common/napi/config.json index 32d81f9..24c6970 100644 --- a/test/unittest/common/napi/config.json +++ b/test/unittest/common/napi/config.json @@ -16,7 +16,8 @@ "package": "com.ohos.PowerMgrDisplayUnitTest", "name": ".MyApplication", "deviceType": [ - "phone" + "default", + "tablet" ], "distro": { "deliveryWithInstall": true, -- Gitee