mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Fixed lint error
This commit is contained in:
parent
034d498b31
commit
535a731b93
1 changed files with 1 additions and 1 deletions
|
|
@ -733,4 +733,4 @@ def test_cannot_provide_both_filename_and_memory():
|
|||
with pytest.raises(
|
||||
AssertionError, match="Either specify a filename_or_conn or pass memory=True"
|
||||
):
|
||||
db = Database("/tmp/foo.db", memory=True)
|
||||
Database("/tmp/foo.db", memory=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue