Skip to content

Commit

Permalink
Fix missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
punchcutter committed Apr 29, 2020
1 parent 0121559 commit aeac994
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 @@ -184,4 +184,4 @@ def test_bend_masters_varlib(args, ufo_filename):
f'_{get_input_path("bend_test.designspace")}', 'i'] + args)
expected_path = _get_output_path(ufo_filename, 'expected_output')
actual_path = _get_output_path(ufo_filename, 'temp_output')
assert differ([expected_path, actual_path])
assert differ([expected_path, actual_path])

0 comments on commit aeac994

Please sign in to comment.