Skip to content

Commit

Permalink
update test (changed error message)
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Mar 21, 2021
1 parent de1c568 commit abf7ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/errors.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ describe("Validation errors", () => {
"required",
"#/required",
"",
"should have required property 'a'",
"must have required property 'a'",
{missingProperty: "a"}
)
}
Expand Down

0 comments on commit abf7ce8

Please sign in to comment.