Skip to content

Commit

Permalink
tests: fix deprecation warnings in test_sudachipy
Browse files Browse the repository at this point in the history
  • Loading branch information
rokm committed Dec 18, 2023
1 parent b512286 commit a79e0c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/_pyinstaller_hooks_contrib/tests/test_libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -1859,9 +1859,9 @@ def test_sudachipy(pyi_builder):
pyi_builder.test_source("""
from sudachipy import Dictionary
Dictionary(dict_type='small').create()
Dictionary(dict_type='core').create()
Dictionary(dict_type='full').create()
Dictionary(dict='small').create()
Dictionary(dict='core').create()
Dictionary(dict='full').create()
""")


Expand Down

0 comments on commit a79e0c6

Please sign in to comment.