Skip to content

Commit dd47de4

Browse files
dpark01claude
andcommitted
Fix test expectations for optional lane parameter
Update expected output to reflect that when the lane parameter is not provided to get_illumina_run_metadata, illumina.py returns "lane": "0" instead of "lane": "1". This fixes the CI failure introduced by making the lane parameter optional in commit 9f047f8. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 78e217b commit dd47de4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/input/WDL/test_outputs-load_illumina_fastqs-local.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"load_illumina_fastqs.run_info": {
33
"flowcell": "TESTFC01",
44
"indexes": "2",
5-
"lane": "1",
5+
"lane": "0",
66
"lane_count": "1",
77
"read_structure": "50T8B8B50T",
88
"run_id": "250101_TEST_0001_BTESTFC01",

0 commit comments

Comments
 (0)