提交 ad176484 编写于 作者: L ling990

modify testcases Signed-off-by: ling990 <liling96@huawei.com>

Signed-off-by: Nling990 <ling990@qq.com>
上级 f8482be7
......@@ -168,7 +168,7 @@ describe('AudioEncoderFuncPromise', function () {
async function resetWork() {
resetParam();
await audioEncodeProcessor.reset().then(() => {
await audioEncodeProcessor.reset().then(async() => {
console.info("case reset success");
if (needrelease) {
await audioEncodeProcessor.release().then(() => {
......
......@@ -159,7 +159,7 @@ describe('AudioEncoderFuncPromise', function () {
async function resetWork(audioEncodeProcessor) {
resetParam();
await audioEncodeProcessor.reset().then(() => {
await audioEncodeProcessor.reset().then(async() => {
console.info("case reset success");
if (needrelease) {
await audioEncodeProcessor.release().then(() => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册