Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Nov 1, 2024
1 parent aa11775 commit ffe9e82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_checks_googlefonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3522,6 +3522,7 @@ def test_check_STAT_gf_axisregistry():
Validate STAT particle names and values match the fallback names in GFAxisRegistry.
"""
from fontTools.otlLib.builder import buildStatTable

check = CheckTester("googlefonts/STAT/axisregistry")

# Our reference varfont, CabinVF,
Expand Down Expand Up @@ -3566,8 +3567,8 @@ def test_check_STAT_gf_axisregistry():
values=[
dict(name="Regular", value=400, flags=0x2),
dict(name="Bold", value=700),
]
)
],
),
]
buildStatTable(ttFont, stat)
assert_PASS(check(ttFont))
Expand Down

0 comments on commit ffe9e82

Please sign in to comment.