Skip to content

Commit

Permalink
fix as per review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alb-i986 committed May 13, 2016
1 parent 6413e99 commit ded75b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ public void assumeThatPassesOnStrings() {

@Test
public void assumeNotNullThrowsException() {
Object[] objects = {1, 2, null};
try {
Object[] objects = {1, 2, null};
assumeNotNull(objects);
fail("should throw AssumptionViolatedException");
} catch (AssumptionViolatedException e) {
Expand Down

0 comments on commit ded75b4

Please sign in to comment.