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

!6264 【Openharmony3.2.8.3】【master分支】【sensor子系统】【ToC】【RK3568】【必现】修改system接口用例

Merge pull request !6264 from ldy/master
......@@ -72,6 +72,10 @@ describe("SensorJsTest_sensor_32", function () {
console.log('subscribeOnBodyState_SensorJsTest001 is completed');
}
});
setTimeout(() => {
sensor.unsubscribeOnBodyState();
done();
}, 1000);
})
/*
......
......@@ -72,6 +72,10 @@ describe("SensorJsTest_sensor_34", function () {
console.log('subscribeStepCounter_SensorJsTest001 is completed');
}
});
setTimeout(() => {
sensor.unsubscribeStepCounter();
done();
}, 1000);
})
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册