Skip to content

Commit

Permalink
Widing one of the tests and creating a new issue to improve it
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat committed Apr 20, 2016
1 parent 83532f8 commit f1c3ea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void getMentions_shouldNotCrash_whenPassingAQuitNowText1() throws Interru
public void getSequences_shouldNotCrash_whenPassingAQuitNowText1() throws InterruptedException {
String text = "@Twinx@ Texie@sabertooth89 great Quit!!";
List<Sequence> sequences = new MentionDetector(text).getSequences();
assertThat(sequences).hasSize(1);
assertThat(sequences).isNotEmpty();
}

@Test
Expand Down

0 comments on commit f1c3ea2

Please sign in to comment.