Skip to content

Commit

Permalink
Changing matcher chain
Browse files Browse the repository at this point in the history
  • Loading branch information
garcia-jj committed Feb 4, 2014
1 parent fcaef2b commit a7990e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public void shouldInjectOnlyAttributesWithSameType() throws Exception {
List<Message> errors = new ArrayList<Message>();
Object[] out = provider.getParametersFor(method, errors);

assertThat(out[0], not(is(result)));
assertThat(out[0], is(not(result)));
}

//----------
Expand Down

0 comments on commit a7990e8

Please sign in to comment.