提交 36f858aa 编写于 作者: R ruanmeng

删除多余分号 Signed-off-by: NOBUGGERS <ruanmeng@huawei.com>

Signed-off-by: Nruanmeng <ruanmeng@huawei.com>
上级 387ab204
......@@ -227,8 +227,7 @@ describe('PlayerLocalTestAudioFUNC', function () {
}
nextStep(mySteps,done);
});
};
}
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_FUNCTION_04_0100
......
......@@ -48,7 +48,7 @@ describe('RecorderLocalTestAudioFUNC', function () {
function sleep(time) {
for(let t = Date.now();Date.now() - t <= time;);
};
}
function initAudioRecorder() {
if (typeof (audioRecorder) != 'undefined') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册