Skip to content

Commit

Permalink
Fix python side of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Aug 20, 2024
1 parent ff9eb41 commit ca0cea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ainu-utils-python/tests/test_tokenize.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def test_tokenize_with_whitespace():

def test_to_kana():
result = ainu_utils.to_kana("irankarapte. e=iwanke ya?")
assert result == "イランカラㇷ゚テ。 エイワンケ ヤ?"
assert result == "イランカラㇷ゚テ。 エイワンケ ヤ?"

0 comments on commit ca0cea4

Please sign in to comment.