Skip to content

Commit 0e8e59a

Browse files
committed
Updated test: number of all entries count (removed v0 title index)
1 parent c32e637 commit 0e8e59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_libzim_creator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ def test_accented_search_from_libzim(fpath):
866866

867867
assert zim.entry_count == 2
868868
assert zim.article_count == 2
869-
assert zim.all_entry_count == 7
869+
assert zim.all_entry_count == 6
870870

871871
ascii_query = Query().set_query("test article")
872872
ascii_searcher = Searcher(zim)

0 commit comments

Comments
 (0)