Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Dec 6, 2023
1 parent 93a22a6 commit 2b4773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_importing() -> None:
count = WiktionaryFetcher.import_kaikki_dict(
tests_dir / "test_dict.json",
"dict",
on_progress=lambda *args, **kwargs: None,
on_progress=lambda *args, **kwargs: True,
on_error=lambda *args, **kwargs: None,
base_dir=tmp_dir,
)
Expand Down

0 comments on commit 2b4773c

Please sign in to comment.