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"],