Skip to content

Commit 8baf9d8

Browse files
authored
Fix expected output for romanize function test
1 parent c94002a commit 8baf9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/test_transliterate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_romanize_lookup(self):
8484
)
8585
## found individually, but needs tokenization
8686
self.assertEqual(
87-
romanize("คาราเมลคาปูชิโน่", engine="lookup"), "khanamenkhapuchino"
87+
romanize("คาราเมลคาปูชิโน่", engine="lookup"), "khanamenkhaputino"
8888
)
8989
# not found in v1.4
9090
self.assertEqual(romanize("ภาพยนตร์", engine="lookup"), "phapn")

0 commit comments

Comments
 (0)