Skip to content

Commit

Permalink
adding a test failure to test the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Aug 14, 2018
1 parent 761906a commit e70708c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ public void resetRandomGenerator(){
Utils.resetRandomGenerator();
}

@Test
public void failTheBuild(){
Assert.fail();
}

@Test
public void testEmptyList(){
final AlleleList<Allele> al = AlleleList.emptyAlleleList();
Expand Down

0 comments on commit e70708c

Please sign in to comment.