mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Newline at end of test file
This commit is contained in:
parent
24462b51da
commit
2edd390d30
1 changed files with 2 additions and 1 deletions
|
|
@ -66,4 +66,5 @@ def test_unstructured_mesh_to_vtk(run_in_tmpdir, request, test_opts):
|
|||
|
||||
# compare file content with reference file
|
||||
ref_file = Path(f"{test_opts['library']}_{test_opts['elem_type']}_ref.vtk")
|
||||
assert filecmp.cmp('umesh.vtk', request.node.path.parent / ref_file)
|
||||
assert filecmp.cmp('umesh.vtk', request.node.path.parent / ref_file)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue