未验证 提交 b755841c 编写于 作者: O openharmony_ci 提交者: Gitee

!4701 fix: 修改batteryinfo/runninglock文件名为小驼峰

Merge pull request !4701 from qiuxiangdong/I5IQYD
......@@ -14,7 +14,7 @@
*/
import app from '@system.app'
import batteryInfo from '@ohos.batteryinfo';
import batteryInfo from '@ohos.batteryInfo';
import brightness from '@ohos.brightness';
import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from 'deccjsunit/index'
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import batteryInfo from '@ohos.batteryinfo';
import batteryInfo from '@ohos.batteryInfo';
import { describe, it, expect } from 'deccjsunit/index';
describe('appInfoTest_battery_4', function () {
......
......@@ -14,7 +14,7 @@
*/
import battery from '@system.battery';
import batteryInfo from '@ohos.batteryinfo';
import batteryInfo from '@ohos.batteryInfo';
import {describe, it, expect} from 'deccjsunit/index';
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import runningLock from '@ohos.runninglock'
import runningLock from '@ohos.runningLock'
import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import runningLock from '@ohos.runninglock';
import runningLock from '@ohos.runningLock';
import power from '@ohos.power';
import brightness from '@ohos.brightness';
import { describe, it, expect } from '@ohos/hypium';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册