Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patriotyk committed Jun 18, 2024
1 parent ddb1d79 commit 00dccad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_textnormalizer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from narizaka.textnormalizer import norm
from narizaka.languages.uk.textnormalizer import norm

def test_uah():
assert norm('просто 1 грн.') == 'просто одна гривня.'
Expand Down

0 comments on commit 00dccad

Please sign in to comment.