Skip to content

Commit

Permalink
oops, was checking wrong iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Apr 8, 2014
1 parent e687f21 commit a5ee714
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ public void testPairGroupByKey() {
Assert.assertEquals(expectedElement._1(), resultElement._1());
equalIterator(expectedElement._2().iterator(), resultElement._2());
}
Assert.assertEquals(resultElements.hasNext(), expectedItr.hasNext());
Assert.assertEquals(resultElements.hasNext(), expectedElements.hasNext());
}
}

Expand Down

0 comments on commit a5ee714

Please sign in to comment.