Skip to content

Commit

Permalink
馃帹 Fix formatting for test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 22, 2022
1 parent 44aa41f commit 0eb4cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validate_response.py
Expand Up @@ -70,7 +70,7 @@ def test_valid_none_none():
response = client.get("/items/validnone", params={"send_none": "true"})
data = response.json()
assert response.status_code == 200
assert data == None
assert data is None


def test_double_invalid():
Expand Down

0 comments on commit 0eb4cef

Please sign in to comment.