Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
kdvolder committed Dec 22, 2016
1 parent 078bad0 commit cd16c4e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,10 @@ public void reconcileGroups() throws Exception {
" resources: [git-repo, build-artefact, not-a-resource]"
);

editor.assertProblems("bogus-job|does not exist");
editor.assertProblems("not-a-resource|does not exist");
editor.assertProblems(
"bogus-job|does not exist",
"not-a-resource|does not exist"
);
}

@Test
Expand Down

0 comments on commit cd16c4e

Please sign in to comment.