Skip to content

Commit

Permalink
Update test for makeinstancesufo
Browse files Browse the repository at this point in the history
  • Loading branch information
frankrolf authored and josh-hadley committed Dec 1, 2022
1 parent e14c0a1 commit d380b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/makeinstancesufo_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def test_extrapolate(capfd, use_varlib):
captured = capfd.readouterr()

tool = "fontTools.varlib" if use_varlib else "MutatorMath"
assert f"Building 2 instances with {tool}..." in captured.err
assert f"Building 2 instances with {tool} ..." in captured.err

for ufo_filename in ("Dummy-ExtraPlus.ufo", "Dummy-ExtraMinus.ufo"):
expected_path = _get_output_path(ufo_filename, 'expected_output')
Expand Down

0 comments on commit d380b72

Please sign in to comment.