Update Tests/ttLib/tables/_n_a_m_e_test.py

Co-authored-by: Just van Rossum <justvanrossum@gmail.com>
This commit is contained in:
Olli Meier 2022-02-10 21:59:39 +01:00 committed by GitHub
parent 4a0b559caf
commit 384415f573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,7 +312,7 @@ class NameTableTest(unittest.TestCase):
a Mac name table entry equal to Windows entry.
'''
font_obj = ttLib.TTFont()
font_obj = TTFont()
font_obj["name"] = ttLib.newTable("name")
font_obj["name"].names = []