Skip to content

Commit

Permalink
Update print path
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Aug 16, 2024
1 parent b189572 commit 596fd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ def test_example(example, request):
to_cubit_journal(model.geometry, world=world, filename=output)

if not filecmp.cmp(output, request.path.parent / Path('gold') / output):
print(''.join(difflib.unified_diff(open(output).readlines(), open(Path('gold') / output).readlines())))
print(''.join(difflib.unified_diff(open(output).readlines(), request.path.parnet / open(Path('gold') / output).readlines())))

0 comments on commit 596fd33

Please sign in to comment.