Skip to content

Commit

Permalink
Fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaltrusch committed May 26, 2024
1 parent 6070867 commit 6538dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/server_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@


def setup():
global cursor, database_
if cursor:
return cursor
global cursor, database_
database_ = "".join(random.choices(string.ascii_lowercase, k=10)) + ".db"
print(f"{database_=}")
_remove_db()
Expand Down

0 comments on commit 6538dfe

Please sign in to comment.