Skip to content

Commit 0da2cb4

Browse files
committed
Patched function placed in wrong order
1 parent eea1674 commit 0da2cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/workflows/clem/test_align_and_merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ def metadata(processed_dir: Path):
6565

6666
@patch("murfey.workflows.clem.align_and_merge.get_machine_config")
6767
def test_submit_cluster_request(
68+
mock_get_machine_config,
6869
image_stacks: list[Path],
6970
metadata: Path,
7071
processed_dir: Path,
71-
mock_get_machine_config,
7272
):
7373

7474
# Construct the long series name

0 commit comments

Comments
 (0)