Skip to content

Commit

Permalink
✏ Fix typo in docs/tutorial/fastapi/tests.md (fastapi#113)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastián Ramírez <[email protected]>
  • Loading branch information
Feanil Patel and tiangolo authored Aug 27, 2022
1 parent f602794 commit 63dd44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/fastapi/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Let's add some more tests:

That's why we add these two extra tests here.

Now, any additional test functions can be as **simple** as the first one, they just have to **declate the `client` parameter** to get the `TestClient` **fixture** with all the database stuff setup. Nice! 😎
Now, any additional test functions can be as **simple** as the first one, they just have to **declare the `client` parameter** to get the `TestClient` **fixture** with all the database stuff setup. Nice! 😎

## Why Two Fixtures

Expand Down

0 comments on commit 63dd44d

Please sign in to comment.