提交 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 () { ...@@ -227,8 +227,7 @@ describe('PlayerLocalTestAudioFUNC', function () {
} }
nextStep(mySteps,done); nextStep(mySteps,done);
}); });
}
};
/* * /* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_FUNCTION_04_0100 * @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_FUNCTION_04_0100
......
...@@ -48,7 +48,7 @@ describe('RecorderLocalTestAudioFUNC', function () { ...@@ -48,7 +48,7 @@ describe('RecorderLocalTestAudioFUNC', function () {
function sleep(time) { function sleep(time) {
for(let t = Date.now();Date.now() - t <= time;); for(let t = Date.now();Date.now() - t <= time;);
}; }
function initAudioRecorder() { function initAudioRecorder() {
if (typeof (audioRecorder) != 'undefined') { if (typeof (audioRecorder) != 'undefined') {
...@@ -525,4 +525,4 @@ describe('RecorderLocalTestAudioFUNC', function () { ...@@ -525,4 +525,4 @@ describe('RecorderLocalTestAudioFUNC', function () {
setCallback(mySteps, done); setCallback(mySteps, done);
audioRecorder.prepare(audioConfig); audioRecorder.prepare(audioConfig);
}) })
}) })
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册