mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2025-02-07 19:11:03 +00:00
✏ Fix typo in docs/tutorial/fastapi/tests.md
(#265)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
dc5876c727
commit
4de5a41720
@ -82,7 +82,7 @@ But now we need to deal with a bit of logistics and details we are not paying at
|
||||
|
||||
This test looks fine, but there's a problem.
|
||||
|
||||
If we run it, it will use the same **production database** that we are using to store our very important **heroes**, and we will end up adding adding unnecesary data to it, or even worse, in future tests we could end up removing production data.
|
||||
If we run it, it will use the same **production database** that we are using to store our very important **heroes**, and we will end up adding unnecesary data to it, or even worse, in future tests we could end up removing production data.
|
||||
|
||||
So, we should use an independent **testing database**, just for the tests.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user