Skip to content

Commit

Permalink
Fix merge forward of commit 77c0e91
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jul 28, 2023
1 parent d543702 commit e25e27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/tool_util/test_tool_linters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ def test_general_valid(lint_ctx):

def test_general_valid_new_profile_fmt(lint_ctx):
tool_source = get_xml_tool_source(GENERAL_VALID_NEW_PROFILE_FMT)
run_lint(lint_ctx, general.lint_general, XmlToolSource(tool_source))
run_lint(lint_ctx, general.lint_general, tool_source)
assert "Tool defines a version [1.0+galaxy1]." in lint_ctx.valid_messages
assert "Tool specifies profile version [23.0]." in lint_ctx.valid_messages
assert "Tool defines an id [valid_id]." in lint_ctx.valid_messages
Expand Down

0 comments on commit e25e27b

Please sign in to comment.