From 49dfc58691e3311060fc8c36c8aa69e7a8eddb21 Mon Sep 17 00:00:00 2001 From: sunshenshen Date: Fri, 25 Aug 2023 16:11:23 +0800 Subject: [PATCH] modify xts test:registerChange Signed-off-by: sunshenshen --- .../entry/src/main/ets/test/publicApiTestWithSystemApi.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/multimedia/photoAccess/photoAccessSystem/entry/src/main/ets/test/publicApiTestWithSystemApi.ets b/multimedia/photoAccess/photoAccessSystem/entry/src/main/ets/test/publicApiTestWithSystemApi.ets index 0434e1c7a..501006400 100644 --- a/multimedia/photoAccess/photoAccessSystem/entry/src/main/ets/test/publicApiTestWithSystemApi.ets +++ b/multimedia/photoAccess/photoAccessSystem/entry/src/main/ets/test/publicApiTestWithSystemApi.ets @@ -870,7 +870,6 @@ export default function publicApiTestWithSystemApiTest () { console.info(`${testNum} changeData: ${JSON.stringify(changeData)}`); expect(changeData.type).assertEqual(NOTIFY_REMOVE); expect(changeData.uris[0]).assertEqual(albumUri); - done(); }); await sleep(550); await helper.deleteAlbums([album]); -- GitLab