EOL for test

This commit is contained in:
Patrick Shriwise 2022-07-28 19:21:17 -05:00
parent d5e9632206
commit bdf6de5e51

View file

@ -67,4 +67,3 @@ 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)