Skip to content

Commit

Permalink
Update test_util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Oct 19, 2023
1 parent 4f95b08 commit 2eb7e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ def test_spell_word(self):
self.assertEqual(spell_word("เสื้อ"),['สอ', 'เอือ', 'ไม้โท', 'เสื้อ'])
self.assertEqual(spell_word("คน"),['คอ', 'นอ', 'คน'])
self.assertEqual(spell_word("คนดี"),['คอ', 'นอ', 'คน', 'ดอ', 'อี', 'ดี', 'คนดี'])

def test_rhyme(self):
self.assertIsInstance(rhyme("แมว"), list)
self.assertTrue(len(rhyme("แมว")) > 2)
Expand Down

0 comments on commit 2eb7e23

Please sign in to comment.