Skip to content

Commit

Permalink
Fix pytest fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Nov 8, 2024
1 parent 67f3092 commit ed0188b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def _manage_test_database():

yield

for engine in engines:
for engine in engines.values():
drop_database(engine.url)
```

Expand Down

0 comments on commit ed0188b

Please sign in to comment.