Skip to content

Commit

Permalink
Update test_xdr.py
Browse files Browse the repository at this point in the history
return ending="lock"
  • Loading branch information
talagayev authored Jan 9, 2025
1 parent 8bb1c77 commit 42539bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/MDAnalysisTests/coordinates/test_xdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ def test_persistent_offsets_readonly(self, tmpdir):

def test_offset_lock_created(self):
assert os.path.exists(
XDR.offsets_filename(self.filename)
XDR.offsets_filename(self.filename, ending="lock")
)


Expand Down

0 comments on commit 42539bd

Please sign in to comment.