wantAgent mock bugfix

Signed-off-by: hwx1119949 <3052854011@qq.com>
Change-Id: I8a845d7b949bd8a2c942aaed82d7759f3deaec93
This commit is contained in:
hwx1119949
2022-07-21 11:52:18 +08:00
parent b5c9eb6653
commit 500a0fc2d0
@@ -155,7 +155,7 @@ export function mockRequireNapiFun() {
return mockZlib();
case "screenshot":
return mockScreenshot();
case "WantAgent":
case "wantAgent":
return mockWantAgent();
case "wallpaper":
return mockWallpaper();