add options to objective-c test
This commit is contained in:
parent
2eb58fb262
commit
fee53e0ccf
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user