We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e32c9 commit 798a706Copy full SHA for 798a706
1 file changed
tests/conftest.py
@@ -31,7 +31,7 @@ def nonexistent_player_in_db(client: Any) -> Generator[Player, None, None]:
31
Creates the nonexistent player in the database and removes it on teardown.
32
33
Yields:
34
- Player: The player stub created in the database.
+ Player: The fake player created in the database.
35
"""
36
player: Player = nonexistent_player()
37
client.post("/players/", json=player.__dict__)
0 commit comments