Skip to content

Commit 2ceee74

Browse files
author
Devendra
committed
modified presence tests
1 parent 9cb09ec commit 2ceee74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/examples/src/com/pubnub/examples/PubnubPresenceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public static void main(String[] args) {
285285
System.out.println("Skipping Test Due to Client Mismatch : " + clientStr);
286286
continue;
287287
}
288-
String origin = (server.equals("3.6"))?"presence-beta":"pubsub";
288+
String origin = "pubsub";
289289
String subkey = (String) ((JSONObject)(keysets.get(common.get("keyset")))).get("subKey") ;
290290
long time = new Date().getTime();
291291
String channelA = "A-java-" + i + 1 + "-" + time;

0 commit comments

Comments
 (0)