Skip to content

Commit f8cd611

Browse files
committed
review test
1 parent d0f65ae commit f8cd611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/print_media/test_print_media_detect_keywords.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,9 @@ def test_all_keywords_count_keyword():
314314
canicule_entries = [kw for kw in result["all_keywords"] if kw["keyword"] == "canicule"]
315315
assert len(canicule_entries) == 3
316316

317-
# Each entry should have count_keyword = 3 (3 occurrences in text)
317+
# Each entry should have count_keyword = 4 (4 occurrences in text)
318318
for entry in canicule_entries:
319-
assert entry["count_keyword"] == 4, # 4 occurrences of canicules in text
319+
assert entry["count_keyword"] == 4
320320

321321

322322
def test_overlapping_longest_only_in_extraction():

0 commit comments

Comments
 (0)