From 8569a8435f465b2d0b7d233799ffb84b997cdeab Mon Sep 17 00:00:00 2001 From: Nikolaus Waxweiler Date: Thu, 28 Jan 2021 16:35:36 +0000 Subject: [PATCH] Update Tests/ttLib/woff2_test.py Co-authored-by: Cosimo Lupo --- Tests/ttLib/woff2_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/ttLib/woff2_test.py b/Tests/ttLib/woff2_test.py index 16276c039..23aab4aa9 100644 --- a/Tests/ttLib/woff2_test.py +++ b/Tests/ttLib/woff2_test.py @@ -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)