Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Magolan committed Jul 8, 2020
1 parent 47a2666 commit 4b4d124
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -150,7 +150,7 @@ public void testFailBuildOnDecreasedCoverage() throws Exception {

FreeStyleBuild build = buildWithConduit(getFetchDiffResponse(), null, new JSONObject());
assertEquals(Result.FAILURE, build.getResult());
assertLogContains("Sending build result to Harbormaster with PHID PHID-not-real, success: false", build);
assertLogContains("Sending build result to Harbormaster with PHID PHID-not-real, message type: fail", build);
}

@Test
Expand Down

0 comments on commit 4b4d124

Please sign in to comment.