Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Don't commit :memory: -> test.db :)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed May 12, 2021
1 parent 7ca6618 commit 6b54010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def setup_test_homeserver(
else:
database_config = {
"name": "sqlite3",
"args": {"database": "test.db", "cp_min": 1, "cp_max": 1},
"args": {"database": ":memory:", "cp_min": 1, "cp_max": 1},
}

database = DatabaseConnectionConfig("master", database_config)
Expand Down

0 comments on commit 6b54010

Please sign in to comment.