提交 255a1b99 编写于 作者: Z zhujie81

update interrupt xts tests

Signed-off-by: Nzhujie81 <zhujie81@huawei.com>
上级 3d5289b2
......@@ -7940,7 +7940,7 @@ describe('audioRenderer', function () {
* @tc.type: FUNC
* @tc.require: Issue Number
*/
it("SetInterruptMode_001", 0, function (done) {
it("SetInterruptMode_001", 0,async function (done) {
var audioStreamInfo = {
samplingRate: audio.AudioSamplingRate.SAMPLE_RATE_48000,
channels: audio.AudioChannel.CHANNEL_1,
......@@ -7974,7 +7974,7 @@ describe('audioRenderer', function () {
* @tc.type: FUNC
* @tc.require: Issue Number
*/
it("SetInterruptMode_002", 0, function (done) {
it("SetInterruptMode_002", 0,async function (done) {
var audioStreamInfo = {
samplingRate: audio.AudioSamplingRate.SAMPLE_RATE_48000,
channels: audio.AudioChannel.CHANNEL_1,
......@@ -8008,7 +8008,7 @@ describe('audioRenderer', function () {
* @tc.type: FUNC
* @tc.require: Issue Number
*/
it("SetInterruptMode_003", 0, function (done) {
it("SetInterruptMode_003", 0,async function (done) {
var audioStreamInfo = {
samplingRate: audio.AudioSamplingRate.SAMPLE_RATE_48000,
channels: audio.AudioChannel.CHANNEL_1,
......@@ -8041,7 +8041,7 @@ describe('audioRenderer', function () {
* @tc.type: FUNC
* @tc.require: Issue Number
*/
it("SetInterruptMode_004", 0, function (done) {
it("SetInterruptMode_004", 0,async function (done) {
var audioStreamInfo = {
samplingRate: audio.AudioSamplingRate.SAMPLE_RATE_48000,
channels: audio.AudioChannel.CHANNEL_1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册