提交 820d950f 编写于 作者: L lidanyang16

<lidanyang16@huawei.com>

Signed-off-by: Nlidanyang16 <lidanyang16@huawei.com>
上级 c18608da
......@@ -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.
先完成此消息的编辑!
想要评论请 注册