Skip to content

Commit

Permalink
fixup! Add test case for RTL6c3
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhanbarisaker committed Mar 30, 2016
1 parent c290c7e commit 8b05c08
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -971,6 +971,7 @@ public void attach_implicit_publish_fail() throws AblyException {
final Channel channel = ably.channels.get("publish_fail");
Helpers.CompletionWaiter completionWaiter = new Helpers.CompletionWaiter();
channel.publish("Lorem", "Ipsum!", completionWaiter);
assertEquals("Verify attaching state reached", channel.state, ChannelState.attaching);

ErrorInfo errorInfo = completionWaiter.waitFor();

Expand Down

0 comments on commit 8b05c08

Please sign in to comment.