提交 74d4811d 编写于 作者: H Harshaprasad

Rectifying boolean return value

Signed-off-by: NHarshaprasad <harshaprasad@huawei.com>
上级 f8dc8375
......@@ -3325,7 +3325,7 @@ describe('audioCapturer', function () {
console.info('AudioFrameworkRecLog: AudioCapturer : STATE : '+audioCapCallBack.state);
if ((audioCapCallBack.state == 4)) {
console.info('AudioFrameworkRecLog: ---------AFTER CHECK AUDIO RELEASED STATE---------');
stateFlag = false;
stateFlag = true;
console.info('AudioFrameworkRenderLog: resultFlag : '+stateFlag);
expect(stateFlag).assertTrue();
done();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册