Просмотр исходного кода

Fixed race condition issue in download cancellation test

Christian Noon 6 лет назад
Родитель
Сommit
ba36af8a75
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      Tests/DownloadTests.swift

+ 0 - 1
Tests/DownloadTests.swift

@@ -133,7 +133,6 @@ class DownloadResponseTestCase: BaseTestCase {
         waitForExpectations(timeout: timeout, handler: nil)
 
         // Then
-        XCTAssertNotNil(response?.request)
         XCTAssertNil(response?.response)
         XCTAssertNil(response?.fileURL)
         XCTAssertNotNil(response?.error)