Skip to content

Commit

Permalink
Merge pull request galaxyproject#18644 from jmchilton/bugfix_function…
Browse files Browse the repository at this point in the history
…al_test_tools

Bug fix for invalid duplicate id in function test tools.
  • Loading branch information
jmchilton committed Aug 5, 2024
2 parents 10434a0 + e1fc416 commit 95c6650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/tools/parameters/gx_int_optional.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="gx_int" name="gx_int" version="1.0.0">
<tool id="gx_int_optional" name="gx_int_optional" version="1.0.0">
<command><![CDATA[
echo '$parameter' >> '$output'
]]></command>
Expand Down

0 comments on commit 95c6650

Please sign in to comment.