Skip to content

Commit 798a706

Browse files
nanotaboadaclaude
andcommitted
test(tests): replace "stub" with "fake" in conftest docstring (#559)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 15e32c9 commit 798a706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def nonexistent_player_in_db(client: Any) -> Generator[Player, None, None]:
3131
Creates the nonexistent player in the database and removes it on teardown.
3232
3333
Yields:
34-
Player: The player stub created in the database.
34+
Player: The fake player created in the database.
3535
"""
3636
player: Player = nonexistent_player()
3737
client.post("/players/", json=player.__dict__)

0 commit comments

Comments
 (0)