Skip to content

Commit

Permalink
fix profile version test
Browse files Browse the repository at this point in the history
linter has been adapted to new style profile versions
and got a bit more relaxed.

galaxyproject/galaxy#16480
  • Loading branch information
bernt-matthias committed Aug 23, 2023
1 parent 51c7be5 commit e5626c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/tools/fail_bad_profile_3.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="fail_bad_profile_3" name="fail_bad_profile_3" version="1.0" profile="16.34">
<tool id="fail_bad_profile_3" name="fail_bad_profile_3" version="1.0" profile="16,34">
<description>select param</description>
<command><![CDATA[
echo "$select_opt" > $output
Expand Down

0 comments on commit e5626c5

Please sign in to comment.