Skip to content

Commit 4478ba5

Browse files
committed
fix: Remove trailing whitespace in test docstring
1 parent 82bcbea commit 4478ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def db():
1515
"""
1616
Create an isolated test database with sample schema.
17-
17+
1818
Each test gets a fresh database that is automatically
1919
cleaned up after the test completes.
2020
"""

0 commit comments

Comments
 (0)