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 b3f1a0d6723018717fd96b47cc7573c7723f6de1..1e744356b1beb1b04baf7e08610a4a7df78a8d7a 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 () {