Skip to content

Commit

Permalink
Minor change :fix the test order
Browse files Browse the repository at this point in the history
  • Loading branch information
jimma committed Sep 1, 2017
1 parent 3ff6a03 commit 139debf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public void testReconnect() throws Exception
}

@Test
@InSequence(5)
@InSequence(6)
public void testEventSourceConsumer() throws Exception
{
final List<String> results = new ArrayList<String>();
Expand Down

0 comments on commit 139debf

Please sign in to comment.