From 8bb1c7768d347c71f571e9e32f6e617421a8299f Mon Sep 17 00:00:00 2001 From: Valerij Talagayev <82884038+talagayev@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:34:55 +0100 Subject: [PATCH] Update test_xdr.py check without lock --- testsuite/MDAnalysisTests/coordinates/test_xdr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/MDAnalysisTests/coordinates/test_xdr.py b/testsuite/MDAnalysisTests/coordinates/test_xdr.py index b8eb68364e..1f267efc8d 100644 --- a/testsuite/MDAnalysisTests/coordinates/test_xdr.py +++ b/testsuite/MDAnalysisTests/coordinates/test_xdr.py @@ -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, ending="lock") + XDR.offsets_filename(self.filename) )