Skip to content

Commit 1c8feb7

Browse files
committed
more test fixing
1 parent 2a18961 commit 1c8feb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/test_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def test_tomography_context_initialisation_for_tomo(tmp_path):
12-
context = TomographyContext("tomo", tmp_path)
12+
context = TomographyContext("tomo", tmp_path, "")
1313
assert not context._completed_tilt_series
1414
assert context._acquisition_software == "tomo"
1515

0 commit comments

Comments
 (0)