Skip to content

Commit

Permalink
馃敡Fixed typos
Browse files Browse the repository at this point in the history
While doing a typing test on speedtyper.dev, I got a snippet that had a typo, so decided to drop by and fix it ;)
  • Loading branch information
supraaxdd committed Jul 12, 2022
1 parent bea5194 commit 89fc150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_schema_extra_examples.py
Expand Up @@ -149,7 +149,7 @@ def query_example_examples(
default=None,
example="query_overriden",
examples={
"example1": {"summary": "Qeury example 1", "value": "query1"},
"example1": {"summary": "Query example 1", "value": "query1"},
"example2": {"value": "query2"},
},
),
Expand Down Expand Up @@ -186,7 +186,7 @@ def header_example_examples(
default=None,
example="header_overriden",
examples={
"example1": {"summary": "Qeury example 1", "value": "header1"},
"example1": {"summary": "Query example 1", "value": "header1"},
"example2": {"value": "header2"},
},
),
Expand Down Expand Up @@ -223,7 +223,7 @@ def cookie_example_examples(
default=None,
example="cookie_overriden",
examples={
"example1": {"summary": "Qeury example 1", "value": "cookie1"},
"example1": {"summary": "Query example 1", "value": "cookie1"},
"example2": {"value": "cookie2"},
},
),
Expand Down

0 comments on commit 89fc150

Please sign in to comment.