Skip to content

Commit 360605b

Browse files
committed
Update test_util.py
1 parent c8b8f0f commit 360605b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,10 +616,10 @@ def test_count_thai_chars(self):
616616
self.assertEquals(
617617
count_thai_chars("มี ๕ บาทไหม๏ เกมส์หรือเกมกันแน่ที่กรุเทพฯ ใช้"),
618618
{
619-
'vowels': 13,
619+
'vowels': 12,
620620
'lead_vowels': 6,
621621
'follow_vowels': 1,
622-
'above_vowels': 5,
622+
'above_vowels': 4,
623623
'below_vowels': 1,
624624
'consonants': 22,
625625
'tonemarks': 3,

0 commit comments

Comments
 (0)