Newline at end of test file

This commit is contained in:
Patrick Shriwise 2022-07-28 18:56:19 -05:00
parent 24462b51da
commit 2edd390d30

View file

@ -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)