Skip to content

Commit fee53e0

Browse files
committed
add options to objective-c test
1 parent 2eb58fb commit fee53e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SocketIO-MacTests/SocketObjectiveCTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ @implementation SocketObjectiveCTest
2121
- (void)setUp {
2222
[super setUp];
2323
NSURL* url = [[NSURL alloc] initWithString:@"http://localhost"];
24-
self.socket = [[SocketIOClient alloc] initWithSocketURL:url config:nil];
24+
self.socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{@"log": @YES, @"forcePolling": @YES}];
2525
}
2626

2727
- (void)testOnSyntax {

0 commit comments

Comments
 (0)