Correct spelling mistakes (found with codespell) (#410)

This commit is contained in:
Edward Betts 2022-03-01 21:05:29 +00:00 • committed by GitHub
commit b6c9dfce0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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()