Skip to content

Commit 97a5577

Browse files
committed
Fix typo
1 parent 11b9c3f commit 97a5577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/test/test_run_crawl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ def test_download_wacz_crawls_as_single_wacz(
479479
archives_found = True
480480
if filename.startswith("indexes/"):
481481
indexes_found = True
482-
if filename.startswith("pages/") and filename.endwith(".jsonl"):
482+
if filename.startswith("pages/") and filename.endswith(".jsonl"):
483483
pages_found = True
484484
if filename.startswith("logs/") and filename.endswith(".log"):
485485
logs_found = True

0 commit comments

Comments
 (0)