Skip to content

Commit

Permalink
test: fix typos in test descriptions (#9802)
Browse files Browse the repository at this point in the history
Signed-off-by: hugehope <[email protected]>
  • Loading branch information
hugehope authored Apr 12, 2024
1 parent 52c4b95 commit 675d94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/core/plugins/err/transformers/not-of-type.js
Original file line number Diff line number Diff line change
@@ -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([
Expand Down
2 changes: 1 addition & 1 deletion test/unit/core/plugins/err/transformers/parameter-oneof.js
Original file line number Diff line number Diff line change
Expand Up @@ -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", () => {

Expand Down

0 comments on commit 675d94d

Please sign in to comment.