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

!8476 修复错误码

Merge pull request !8476 from yangzk/master
......@@ -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 () {
......
......@@ -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 () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册