Skip to content

Commit

Permalink
fix tests with formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlna committed Jul 13, 2022
1 parent 912fcce commit 04b50a4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
),
},
help: Some(
"getName must only be defined once in this document.",
"`getName` must only be defined once in this document.",
),
},
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
),
},
help: Some(
"customPetQuery must only be defined once in this document.",
"`customPetQuery` must only be defined once in this document.",
),
},
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
),
},
help: Some(
"Photo must only be defined once in this document.",
"`Photo` must only be defined once in this document.",
),
},
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
),
},
help: Some(
"NamedEntity must only be defined once in this document.",
"`NamedEntity` must only be defined once in this document.",
),
},
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
),
},
help: Some(
"foo must only be defined once in this document.",
"`foo` must only be defined once in this document.",
),
},
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
),
},
help: Some(
"Point2D must only be defined once in this document.",
"`Point2D` must only be defined once in this document.",
),
},
),
Expand Down

0 comments on commit 04b50a4

Please sign in to comment.