Skip to content

Commit

Permalink
Cleaning up test
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Dec 10, 2015
1 parent 64048bf commit 7cd23c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Tests/AFURLSessionManagerTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ - (void)testRDAR17029580IsFixed {
XCTAssertFalse([taskIDs containsObject:@(task.taskIdentifier)]);
[taskIDs addObject:@(task.taskIdentifier)];
});
[task cancel];
[expectation fulfill];
});
}
Expand Down

0 comments on commit 7cd23c2

Please sign in to comment.