mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-27 12:24:11 +02:00
Black
This commit is contained in:
parent
33df260b38
commit
9756310408
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ def test_add_column_error_invalid_type(db_path):
|
||||||
cli.cli, ["add-column", db_path, "dogs", "blah", "badtype"]
|
cli.cli, ["add-column", db_path, "dogs", "blah", "badtype"]
|
||||||
)
|
)
|
||||||
assert 0 != result.exit_code
|
assert 0 != result.exit_code
|
||||||
assert 'invalid choice: badtype' in result.output
|
assert "invalid choice: badtype" in result.output
|
||||||
|
|
||||||
|
|
||||||
def test_enable_fts(db_path):
|
def test_enable_fts(db_path):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue