mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-23 18:34:13 +02:00
Correct spelling mistakes (found with codespell)
This commit is contained in:
parent
7a098aa0c5
commit
a174069da6
2 changed files with 4 additions and 4 deletions
|
|
@ -269,7 +269,7 @@ def test_rebuild_fts(fresh_db):
|
|||
}.items() <= rows[0].items()
|
||||
# Insert another record
|
||||
table.insert(search_records[1])
|
||||
# This should NOT show up in a searchs
|
||||
# This should NOT show up in searches
|
||||
assert len(list(table.search("are"))) == 1
|
||||
# Running rebuild_fts() should fix it
|
||||
table.rebuild_fts()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue