提交 4d51f9ad 编写于 作者: L limeng

fixed 9e60454e from https://gitee.com/limeng1210/xts_acts/pulls/9588

修改因list_item.d.ts修改后导致的xts断言错误
Signed-off-by: Nlimeng <limeng208@huawei.com>
上级 497ac09c
......@@ -136,7 +136,7 @@ export default function ListDeleteTest() {
let callback = (event) => {
console.info(`${SUITE} ${CASE} event.data.msg:` + event.data.msg)
expect(event.data.msg).assertEqual('MyList5_ListItem0onDelete')
expect(event.data.msg).assertEqual('MyList5_ListItem0onAction')
done()
}
let event = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册