From d4e2194d714100a11da00bc0a8e8759d72fa995c Mon Sep 17 00:00:00 2001 From: longwei Date: Sat, 22 Oct 2022 14:48:58 +0800 Subject: [PATCH] fix errcode for zlib Signed-off-by: longwei Change-Id: I5413d4fe3894103917025072975dbaa13faf79b1 --- .../src/main/js/test/actszipfileandunzipfiletest.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundlemanager/zlib/actszipfileandunzipfiletest/src/main/js/test/actszipfileandunzipfiletest.test.js b/bundlemanager/zlib/actszipfileandunzipfiletest/src/main/js/test/actszipfileandunzipfiletest.test.js index 381f7b624..f22963e6b 100644 --- a/bundlemanager/zlib/actszipfileandunzipfiletest/src/main/js/test/actszipfileandunzipfiletest.test.js +++ b/bundlemanager/zlib/actszipfileandunzipfiletest/src/main/js/test/actszipfileandunzipfiletest.test.js @@ -20,7 +20,7 @@ import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from var dir = ""; var infos = ""; -var SRC_FILE_INVALID = 90001; +var SRC_FILE_INVALID = 900001; export default function ActsZlibTest() { describe('ActsZlibTest', function () { beforeEach(async (done) => { -- GitLab