From fee53e0ccfad66cc4cce9007c5f2b7c9de906d84 Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 26 Sep 2016 20:39:38 -0400 Subject: [PATCH] add options to objective-c test --- SocketIO-MacTests/SocketObjectiveCTest.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SocketIO-MacTests/SocketObjectiveCTest.m b/SocketIO-MacTests/SocketObjectiveCTest.m index b3d99ab..f35e2aa 100644 --- a/SocketIO-MacTests/SocketObjectiveCTest.m +++ b/SocketIO-MacTests/SocketObjectiveCTest.m @@ -21,7 +21,7 @@ - (void)setUp { [super setUp]; NSURL* url = [[NSURL alloc] initWithString:@"http://localhost"]; - self.socket = [[SocketIOClient alloc] initWithSocketURL:url config:nil]; + self.socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{@"log": @YES, @"forcePolling": @YES}]; } - (void)testOnSyntax {