add options to objective-c test

This commit is contained in:
Erik 2016-09-26 20:39:38 -04:00
parent 2eb58fb262
commit fee53e0ccf
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -21,7 +21,7 @@
- (void)setUp { - (void)setUp {
[super setUp]; [super setUp];
NSURL* url = [[NSURL alloc] initWithString:@"http://localhost"]; 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 { - (void)testOnSyntax {