提交 a28d7c46 编写于 作者: Y yangzk

Description: 修复错误码

IssueNo: #I6VUYP
Sig: SIG_ApplicationFramework
Feature or Bugfix: Feature
Binary Source: No
Signed-off-by: Nyangzk <yangzhongkai@huawei.com>
Change-Id: I97caf8013a3cacd8eb9d52ca71f3d42b4d905fee
上级 6c7300dc
......@@ -16,7 +16,7 @@
import { describe, it, expect } from '@ohos/hypium'
import formHost from '@ohos.app.form.formHost'
let ERROR_CODE = 16500101;
let ERROR_CODE = 202;
export default function formHostTest() {
describe('formHostTest', function () {
......@@ -996,4 +996,4 @@ export default function formHostTest() {
}
})
})
}
\ No newline at end of file
}
......@@ -17,7 +17,7 @@ import { describe, it, expect } from '@ohos/hypium'
import formProvider from '@ohos.app.form.formProvider'
import formBindingData from '@ohos.app.form.formBindingData'
let ERROR_CODE = 16500101;
let ERROR_CODE = 202;
export default function formProviderTest() {
describe('formProviderTest', function () {
......@@ -164,4 +164,4 @@ export default function formProviderTest() {
}
})
})
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册