Skip to content

Commit 4a25315

Browse files
committed
remove redundant comment
1 parent 5d7b2c5 commit 4a25315

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/srcTest/com/pubnub/api/WildcardSubscribeTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ public void connectCallback(String channel, Object message) {
153153
assertEquals(0, latch2.getCount());
154154
}
155155

156-
// TODO: add testPresenceAndSubscribeToWildcardChannel here and implement this feature
157-
158156
@Test
159157
public void testSubscribeToChannelChannelGroupWildcardChannel() throws PubnubException, InterruptedException {
160158
final CountDownLatch latch1 = new CountDownLatch(1);

0 commit comments

Comments
 (0)