Skip to content

Commit

Permalink
Update test_weldx_file.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry authored Apr 4, 2023
1 parent 2ff3973 commit 84a4b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weldx/tests/asdf_tests/test_weldx_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def test_operation_on_closed(self):

# cannot access closed handles
with pytest.raises(RuntimeError):
self.fh.file_handle
self.fh.file_handle # noqa: B018

def test_update_on_close(self):
"""A WeldxFile with mode="rw" should write changes on close."""
Expand Down

0 comments on commit 84a4b2a

Please sign in to comment.