Skip to content

Commit

Permalink
Fix a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Sep 10, 2023
1 parent cb03989 commit 4e4a932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_simplesqlite.py
Expand Up @@ -86,7 +86,7 @@ def test_normal_connect_kwargs(self, tmpdir):
p = tmpdir.join("test.sqlite3")
db_path = str(p)
con = SimpleSQLite(db_path, timeout=10)
assert con.database_path is None
assert con.database_path == db_path
assert con.connection

@pytest.mark.parametrize(
Expand Down

0 comments on commit 4e4a932

Please sign in to comment.