未验证 提交 737a27da 编写于 作者: O openharmony_ci 提交者: Gitee

!8231 check mute

Merge pull request !8231 from Gisaac/master
......@@ -2770,7 +2770,7 @@ describe('audioFramework', function () {
await audioManager.mute(audio.AudioVolumeType.VOICE_CALL, false);
let value = await audioManager.getVolume(audio.AudioVolumeType.VOICE_CALL);
console.info("AudioFrameworkTest: value is " + value);
if (value == lowVol) {
if (value > 0) {
expect(true).assertTrue();
} else {
expect(false).assertTrue();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册