Skip to content

Commit

Permalink
fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Nov 30, 2021
1 parent 302d3d8 commit 4d1f557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tool_util/linters/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def lint_tsts(tool_xml, lint_ctx):

has_test = has_test or found_output_test
if not has_test:
lint_ctx.warn("Test {test_idx}: No outputs or expectations defined for tests, this test is likely invalid.", line=test.sourceline, xpath=tool_xml.getpath(test))
lint_ctx.warn(f"Test {test_idx}: No outputs or expectations defined for tests, this test is likely invalid.", line=test.sourceline, xpath=tool_xml.getpath(test))
else:
num_valid_tests += 1

Expand Down

0 comments on commit 4d1f557

Please sign in to comment.