Skip to content

Commit

Permalink
Fix overlapping point test
Browse files Browse the repository at this point in the history
  • Loading branch information
punchcutter committed Sep 4, 2024
1 parent 41b002f commit e90bfb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/makeinstancesufo_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def test_strict_flag(capfd):
"""
runner_args = ['-t', TOOL, '-o', 'a', 'c', 'n', 's', 'd', f'_{get_input_path("OverlappingPoints.designspace")}'] # noqa: E501
runner(runner_args)
captured = capfd.readouterr()

for ufo_filename in ("overlapping-Thin.ufo", "overlapping-Black.ufo"):
expected_path = _get_output_path(ufo_filename, 'expected_output')
Expand Down

0 comments on commit e90bfb7

Please sign in to comment.