Skip to content

Commit

Permalink
Update test_xdr.py
Browse files Browse the repository at this point in the history
modification of test_offset_lock_created to adjust to new dependency
  • Loading branch information
talagayev authored Nov 23, 2024
1 parent 97927bb commit f8f05f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testsuite/MDAnalysisTests/coordinates/test_xdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,8 +923,7 @@ def test_persistent_offsets_readonly(self, tmpdir):
shutil.rmtree(tmpdir)

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


class TestXTCReader_offsets(_GromacsReader_offsets):
Expand Down

0 comments on commit f8f05f2

Please sign in to comment.