提交 38a483e6 编写于 作者: L liuzixuan10

Modified the content of the power module use case

Signed-off-by: Nliuzixuan10 <liuzixuan10@huawei.com>
上级 fa849d09
......@@ -141,7 +141,7 @@ describe('appInfoTest', function () {
runningLock.isRunningLockTypeSupported(runningLock.RunningLockType.PROXIMITY_SCREEN_CONTROL)
.then(supported => {
console.info('is_runninglock_type_supported_test_1 PROXIMITY_SCREEN_CONTROL supported is ' + supported);
expect(supported).assertFalse();
expect(supported).assertTrue();
console.info('is_runninglock_type_supported_test_1 success');
done();
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册