From ceb5fe7010f478b114eacabdcd968ad0745a2f5e Mon Sep 17 00:00:00 2001 From: xiagengwen Date: Sat, 4 May 2024 15:22:45 +0800 Subject: [PATCH] =?UTF-8?q?ImageKnife=E7=BB=84=E4=BB=B6=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=AD=97=E6=AE=B5srcEntrance=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E4=B8=BAsrcEntry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiagengwen --- entry/src/ohosTest/module.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/ohosTest/module.json5 b/entry/src/ohosTest/module.json5 index cf29076..3054622 100644 --- a/entry/src/ohosTest/module.json5 +++ b/entry/src/ohosTest/module.json5 @@ -2,7 +2,7 @@ "module": { "name": "entry_test", "type": "feature", - "srcEntrance": "./ets/testability/TestAbility.ets", + "srcEntry": "./ets/testability/TestAbility.ets", "description": "$string:module_test_desc", "mainElement": "TestAbility", "deviceTypes": ["default"],