Update Tests/ttLib/woff2_test.py

Co-authored-by: Cosimo Lupo <cosimo@anthrotype.com>
This commit is contained in:
Nikolaus Waxweiler 2021-01-28 16:35:36 +00:00 committed by GitHub
parent 52e3e03ed9
commit 8569a8435f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1221,7 +1221,7 @@ class WOFF2RoundtripTest(object):
assert tmp.getvalue() == tmp2.getvalue()
assert ttFont.flavor == "woff2"
def test_roundtrip_overlap_bit(self):
def test_roundtrip_off_curve_despite_overlap_bit(self):
ttx = os.path.join(data_dir, "woff2_overlap_offcurve_in.ttx")
ttFont = ttLib.TTFont()
ttFont.importXML(ttx)