Skip to content

Commit

Permalink
Fixes tests for ZCOOLXiaoWei-Regular.ttf
Browse files Browse the repository at this point in the history
  • Loading branch information
kojiishi committed Jan 4, 2022
1 parent 47c8384 commit 9b3f8b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion east_asian_spacing/tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ async def _test(self):
coros.append(
self.assert_trim(
op_op_tests, True,
(glyph_sets.right.glyph_id_set,
(glyph_sets.right.glyph_id_set
| glyph_sets.na_right.glyph_id_set,
glyph_sets.right.glyph_id_set) if glyph_sets else None))

# Run tests without using `asyncio.gather`
Expand Down

0 comments on commit 9b3f8b1

Please sign in to comment.