Skip to content

Commit

Permalink
check lock file exists for traj
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuanzhuang authored Jan 10, 2025
1 parent 42539bd commit 3c5cb66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/MDAnalysisTests/coordinates/test_xdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1026,9 +1026,9 @@ def test_persistent_offsets_readonly(self, tmpdir):

shutil.rmtree(tmpdir)

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


Expand Down

0 comments on commit 3c5cb66

Please sign in to comment.