提交 45bfda47 编写于 作者: H Harshaprasad 提交者: L刘

fixed 74d4811d from https://gitee.com/l-liu/xts_acts_2/pulls/2859

Rectifying boolean return value
Signed-off-by: NHarshaprasad <harshaprasad@huawei.com>
上级 d696bb54
......@@ -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.
先完成此消息的编辑!
想要评论请 注册