Skip to content

Commit

Permalink
Corrected test
Browse files Browse the repository at this point in the history
  • Loading branch information
oscargus committed Jul 28, 2016
1 parent 628e51e commit ef9f568
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void testCompareToGreater() {

@Test
public void testCompareToEven() {
assertEquals(0, importer.compareTo(importer));
assertEquals(0, importer.compareTo(new CustomImporter(new CopacImporter())));
}

@Test
Expand Down

0 comments on commit ef9f568

Please sign in to comment.