Skip to content

Commit 41a53f1

Browse files
committed
Fix missing explicit DD version for ASCII backend in autoconvert test
1 parent 8c9559c commit 41a53f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imaspy/test/test_ids_convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def test_dbentry_autoconvert1(backend, worker_id, tmp_path):
132132
# Work around ASCII backend bug...
133133
if backend == ASCII_BACKEND:
134134
entry_342.close()
135-
entry_342 = open_dbentry(backend, "r", worker_id, tmp_path)
135+
entry_342 = open_dbentry(backend, "r", worker_id, tmp_path, dd_version="3.42.0")
136136

137137
# Get with conversion
138138
new_ids_get = entry_342.get("core_profiles")

0 commit comments

Comments
 (0)