From aec01567e34e33f2e2326a012f61195db969c669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E5=85=88=E6=A3=AE?= Date: Wed, 29 Jun 2022 11:38:14 +0000 Subject: [PATCH] fixed 211fbdb from https://gitee.com/nan-xiansen/xts_acts/pulls/3964 Signed-off-by:nan-xiansen startup06299 --- .../src/main/js/default/test/SysParametersJs.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup/startup_standard/systemparamter/src/main/js/default/test/SysParametersJs.test.js b/startup/startup_standard/systemparamter/src/main/js/default/test/SysParametersJs.test.js index b3f1a0d67..1e744356b 100644 --- a/startup/startup_standard/systemparamter/src/main/js/default/test/SysParametersJs.test.js +++ b/startup/startup_standard/systemparamter/src/main/js/default/test/SysParametersJs.test.js @@ -16,7 +16,7 @@ // @ts-nocheck import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from 'deccjsunit/index' -import systemparameter from '@ohos.systemParameter' +import systemparameter from '@ohos.systemparameter' describe('SystemParameterTest', function () { -- GitLab