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

!6349 multimodalinput xts modify

Merge pull request !6349 from mayunteng/month
......@@ -136,7 +136,7 @@ describe('MultimodalInput_Device_test', function () {
expect(false).assertTrue();
} else {
for (let i = 0; i < data.length; ++i) {
inputDevice.supportKeys(data[i], [17, 22, 2055], (res, err) => {
inputDevice.supportKeys(data[i], [17, 22, 2055], (err, res) => {
expect(res).assertInstanceOf('Array');
});
}
......@@ -166,7 +166,7 @@ describe('MultimodalInput_Device_test', function () {
expect(false).assertTrue();
} else {
for (let i = 0; i < data.length; ++i) {
inputDevice.getKeyboardType(data[i], (res, err) => {
inputDevice.getKeyboardType(data[i], (err, res) => {
expect(res).assertInstanceOf('Number');
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册