Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Halvani committed Jun 13, 2024
1 parent ba2005a commit 2f6854e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_by_abugida(self):

def test_by_syllabary(self):
ws = WritingSystem()
assert set(['ዟ','የ','ዩ','ዪ']).issubset(set(ws.by_syllabary(ws.Syllabary.Ethiopic, as_list=True)))
set("ᎩᎨᏍᏗ").issubset(set(ws.by_syllabary(ws.Syllabary.Cherokee, as_list=True)))


def test_by_featural(self):
Expand Down

0 comments on commit 2f6854e

Please sign in to comment.