Skip to content

Commit

Permalink
fix: update test parameters for phyloseq_plot_bar to ensure valid input
Browse files Browse the repository at this point in the history
  • Loading branch information
MaraBesemer committed Dec 1, 2024
1 parent 805656a commit b89f35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/phyloseq/phyloseq_plot_bar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Rscript '${__tool_directory__}/phyloseq_plot_bar.R'
<!-- Test 2: Missing x and fill parameters -->
<test>
<param name="input" value="output.phyloseq" ftype="phyloseq"/>
<param name="x" value=""/>
<param name="x" value="Number"/>
<param name="fill" value=""/>
<expect_exit_code>1</expect_exit_code>
</test>
Expand Down

0 comments on commit b89f35c

Please sign in to comment.