mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Fix for CLI test
This commit is contained in:
parent
0bc49e938e
commit
33df260b38
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"]
|
||||
)
|
||||
assert 0 != result.exit_code
|
||||
assert 'Invalid value for "col_type"' in result.output
|
||||
assert 'invalid choice: badtype' in result.output
|
||||
|
||||
|
||||
def test_enable_fts(db_path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue