未验证 提交 7afef4b8 编写于 作者: O openharmony_ci 提交者: Gitee

!9323 修改接口名称

Merge pull request !9323 from 黄开兴/master
......@@ -115,7 +115,7 @@ export default function imageGif() {
} else {
try {
console.info(`${testNum} getDelayTimePromise create imagesource success`);
let delayTimes = await imageSourceApi.getDelayTime();
let delayTimes = await imageSourceApi.getDelayTimeList();
if (delayTimes != undefined) {
console.info(`${testNum} getDelayTimePromise getDelayTime success`);
expect(true).assertTrue();
......@@ -147,7 +147,7 @@ export default function imageGif() {
done();
} else {
console.info(`${testNum} getDelayTimeCallBack create imagesource success`);
imageSourceApi.getDelayTime((err, delayTimes) => {
imageSourceApi.getDelayTimeList((err, delayTimes) => {
if (err != undefined) {
console.info(`${testNum} getDelayTimeCallBack getDelayTime failed err: ${err}`);
expect(false).assertTrue();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册