提交 e937c7f6 编写于 作者: L lwx1121892

<liuxueqi3@huawei.com>

Signed-off-by: Nlwx1121892 <liuxueqi3@huawei.com>
上级 d73005e0
...@@ -31,7 +31,7 @@ describe('Image', function () { ...@@ -31,7 +31,7 @@ describe('Image', function () {
console.info('filePath is ' + filePath); console.info('filePath is ' + filePath);
}) })
} }
async function releasePixelma() { async function releasePixelmap() {
if (globalpixelmap != undefined) { if (globalpixelmap != undefined) {
globalpixelmap.release().then((data) => { globalpixelmap.release().then((data) => {
console.info('globalpixelmap release start' + data); console.info('globalpixelmap release start' + data);
...@@ -51,7 +51,7 @@ describe('Image', function () { ...@@ -51,7 +51,7 @@ describe('Image', function () {
}) })
afterEach(async function () { afterEach(async function () {
await releasePixelma(); await releasePixelmap();
console.info('afterEach case'); console.info('afterEach case');
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册