diff --git a/tests/unit/server_test.py b/tests/unit/server_test.py index 7d499cd..984ec1f 100644 --- a/tests/unit/server_test.py +++ b/tests/unit/server_test.py @@ -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()