Skip to content

Commit

Permalink
fixes testConnectionCanBeStoppedDuringTransportStart test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Billingsley committed Sep 1, 2015
1 parent 244ee2e commit 703f6e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SignalR.Client.ObjC/SRWebSocketTransportTests.m
Expand Up @@ -655,8 +655,6 @@ - (void)testConnectionCanBeStoppedDuringTransportStart {
[connection start:ws];

[ws webSocketDidOpen: mock];
//gets the response but has not completed intialize
[ws webSocket:mock didReceiveMessage:@""];
[connection stop];

[self waitForExpectationsWithTimeout:5.0 handler:^(NSError *error) {
Expand Down

0 comments on commit 703f6e9

Please sign in to comment.