Skip to content

Commit

Permalink
[Issue #2576] Fixing testUploadTasksProgressBecomesPartOfCurrentProgress
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Mar 15, 2015
1 parent 177c846 commit ee182bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Tests/AFURLSessionManagerTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ - (void)testUploadTasksProgressBecomesPartOfCurrentProgress {
[overallProgress becomeCurrentWithPendingUnitCount:80];
NSProgress *uploadProgress = nil;

[self.manager downloadTaskWithRequest:[NSURLRequest requestWithURL:self.baseURL]
[self.manager uploadTaskWithRequest:[NSURLRequest requestWithURL:self.baseURL]
fromData:[NSData data]
progress:&uploadProgress
destination:nil
completionHandler:nil];
[overallProgress resignCurrent];

Expand Down

0 comments on commit ee182bb

Please sign in to comment.