Skip to content

Commit

Permalink
Small language modification.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Dec 8, 2014
1 parent d8473dc commit 236f7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/commands/cmd_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test(s) executed. See %s for detailed breakdown.")
GENERIC_PROBLEMS_MESSAGE = ("One or more tests failed. See %s for detailed "
"breakdown.")
GENERIC_TESTS_PASSED_MESSAGE = "No failed tests encountered."
GENERIC_TESTS_PASSED_MESSAGE = "No failing tests encountered."

RUN_TESTS_CMD = (
"sh run_tests.sh --report_file %s %s %s "
Expand Down

0 comments on commit 236f7a8

Please sign in to comment.