Skip to content

Commit

Permalink
mvn fmt:format
Browse files Browse the repository at this point in the history
  • Loading branch information
chipironcin authored and Jorge Marin committed Jul 8, 2018
1 parent f58e8bd commit f26a1b6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ public void failureIfFoundInConsoleOnAgent() throws Exception {
WorkflowRun build = project.scheduleBuild2(0).get();
rule.waitForCompletion(build);
rule.assertLogContains(
"Looking for pattern " + "'" + UNIQUE_TEXT + "'" + " in the console output",
build);
"Looking for pattern " + "'" + UNIQUE_TEXT + "'" + " in the console output", build);
assertLogContainsMatch(build.getLogFile(), ECHO_UNIQUE_TEXT, build, true);
rule.assertBuildStatus(Result.FAILURE, build);
}
Expand Down

0 comments on commit f26a1b6

Please sign in to comment.