[Tests] Don't compare numbers with "is"
This commit is contained in:
parent
7ad7cfd058
commit
1be0440c55
@ -1780,7 +1780,7 @@ def test_subset_COLRv1_drop_all_v0_glyphs(colrv1_path):
|
|||||||
assert colr.table.BaseGlyphRecordCount == 0
|
assert colr.table.BaseGlyphRecordCount == 0
|
||||||
assert colr.table.BaseGlyphRecordArray is None
|
assert colr.table.BaseGlyphRecordArray is None
|
||||||
assert colr.table.LayerRecordArray 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):
|
def test_subset_COLRv1_no_ClipList(colrv1_path):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user