[Tests] Don't compare numbers with "is"

This commit is contained in:
Behdad Esfahbod 2024-12-10 01:58:51 -07:00
parent 7ad7cfd058
commit 1be0440c55

View File

@ -1780,7 +1780,7 @@ def test_subset_COLRv1_drop_all_v0_glyphs(colrv1_path):
assert colr.table.BaseGlyphRecordCount == 0
assert colr.table.BaseGlyphRecordArray is None
assert colr.table.LayerRecordArray is None
assert colr.table.LayerRecordCount is 0
assert colr.table.LayerRecordCount == 0
def test_subset_COLRv1_no_ClipList(colrv1_path):