瀏覽代碼

Cleaning up test

Kevin Harwood 9 年之前
父節點
當前提交
7cd23c284a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Tests/Tests/AFURLSessionManagerTests.m

+ 1 - 0
Tests/Tests/AFURLSessionManagerTests.m

@@ -192,6 +192,7 @@
                 XCTAssertFalse([taskIDs containsObject:@(task.taskIdentifier)]);
                 [taskIDs addObject:@(task.taskIdentifier)];
             });
+            [task cancel];
             [expectation fulfill];
         });
     }