Skip to content

Commit a366480

Browse files
committed
Fix test which broke on moving file
1 parent f258c97 commit a366480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/contexts/test_tomo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def test_setting_tilt_series_size_and_completion_from_mdoc_parsing(
238238
context = TomographyContext("tomo", tmp_path, "")
239239
assert len(context._tilt_series_sizes) == 0
240240
context.post_transfer(
241-
Path(__file__).parent.parent / "util" / "test_1.mdoc",
241+
Path(__file__).parent.parent.parent / "util" / "test_1.mdoc",
242242
environment=env,
243243
required_strings=["fractions"],
244244
)

0 commit comments

Comments
 (0)