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

!8476 修复错误码

Merge pull request !8476 from yangzk/master
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
import { describe, it, expect } from '@ohos/hypium' import { describe, it, expect } from '@ohos/hypium'
import formHost from '@ohos.app.form.formHost' import formHost from '@ohos.app.form.formHost'
let ERROR_CODE = 16500101; let ERROR_CODE = 202;
export default function formHostTest() { export default function formHostTest() {
describe('formHostTest', function () { describe('formHostTest', function () {
...@@ -996,4 +996,4 @@ export default function formHostTest() { ...@@ -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' ...@@ -17,7 +17,7 @@ import { describe, it, expect } from '@ohos/hypium'
import formProvider from '@ohos.app.form.formProvider' import formProvider from '@ohos.app.form.formProvider'
import formBindingData from '@ohos.app.form.formBindingData' import formBindingData from '@ohos.app.form.formBindingData'
let ERROR_CODE = 16500101; let ERROR_CODE = 202;
export default function formProviderTest() { export default function formProviderTest() {
describe('formProviderTest', function () { describe('formProviderTest', function () {
...@@ -164,4 +164,4 @@ export default function formProviderTest() { ...@@ -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.
先完成此消息的编辑!
想要评论请 注册