From f5609a471b8d6c65c8b9f8b2e5212f08eb100424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E5=BA=B7=E5=BA=B7?= Date: Wed, 23 Nov 2022 17:17:48 +0800 Subject: [PATCH] =?UTF-8?q?fixed=208557ae1=20from=20https://gitee.com/liao?= =?UTF-8?q?kk/notification=5Fdistributed=5Fnotification=5Fservice/pulls/80?= =?UTF-8?q?8=20tdd=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 廖康康 --- frameworks/test/moduletest/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/test/moduletest/config.json b/frameworks/test/moduletest/config.json index 46e2a9f39..62e9c869b 100644 --- a/frameworks/test/moduletest/config.json +++ b/frameworks/test/moduletest/config.json @@ -28,6 +28,7 @@ "package": "com.example.myapplication", "name": ".MyApplication", "deviceType": [ + "default", "phone" ], "distro": { -- Gitee