Skip to content

Commit

Permalink
Forgot to remove empty map output
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Dec 21, 2024
1 parent 0f80e85 commit 27bffc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mapTypeTest/mapTypeTest.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ workflow enhanced_map_test {
output {
Map[String, String] result_map = create_result_map.output_map
Array[String] nested_map_results = process_nested_map.message
Boolean empty_map_processed = process_empty_map.success
}
}

Expand Down

0 comments on commit 27bffc0

Please sign in to comment.