Rename the option to create-triggers for FTS.

This commit is contained in:
Amjith Ramanujam 2019-09-02 08:54:49 -07:00
commit d0658fda27
4 changed files with 7 additions and 7 deletions

View file

@ -335,7 +335,7 @@ def test_enable_fts_with_triggers(db_path):
CliRunner()
.invoke(
cli.cli,
["enable-fts", db_path, "Gosh", "c1", "--fts4", "--create-update-triggers"],
["enable-fts", db_path, "Gosh", "c1", "--fts4", "--create-triggers"],
)
.exit_code
)