test: fix typos in test descriptions (#9802)
Signed-off-by: hugehope <cmm7@sina.cn>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Map, List } from "immutable"
|
||||
import { transform } from "core/plugins/err/error-transformers/transformers/not-of-type"
|
||||
|
||||
describe("err plugin - tranformers - not of type", () => {
|
||||
describe("err plugin - transformers - not of type", () => {
|
||||
|
||||
it("should transform a singular not of type(s) error without an inline path", () => {
|
||||
let ori = List([
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import { fromJS } from "immutable"
|
||||
import { transform } from "core/plugins/err/error-transformers/transformers/parameter-oneof"
|
||||
|
||||
describe.skip("err plugin - tranformers - parameter oneof", () => {
|
||||
describe.skip("err plugin - transformers - parameter oneof", () => {
|
||||
|
||||
describe("parameter.in misuse transformation to fixed value error", () => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user