Skip to content

Commit

Permalink
Update test_languages.py
Browse files Browse the repository at this point in the history
  • Loading branch information
romanin-rf committed Dec 16, 2023
1 parent cdb89ae commit 19cb07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from seaplayer.units import LANGUAGES_DIRPATH

# ! Vars
ll = LanguageLoader(LANGUAGES_DIRPATH)
ll = LanguageLoader(LANGUAGES_DIRPATH, "en-eng")

# ! Tests
def test_language_count_loaded():
Expand Down

0 comments on commit 19cb07f

Please sign in to comment.