Skip to content

Commit

Permalink
Merge pull request #13 from pamelafox/docsfix
Browse files Browse the repository at this point in the history
Fix code in pytest fixture for managing databases
  • Loading branch information
davidism authored Nov 9, 2024
2 parents 67f3092 + ed0188b commit 3794e10
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 3794e10

Please sign in to comment.