test: fix typos in test descriptions (#9802)

Signed-off-by: hugehope <cmm7@sina.cn>
This commit is contained in:
hugehope
2024-04-12 14:01:50 +08:00
committed by GitHub
parent 52c4b9512f
commit 675d94db84
2 changed files with 2 additions and 2 deletions

View File

@@ -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([

View File

@@ -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", () => {