2
0
Эх сурвалжийг харах

Fixed race condition issue in download cancellation test

Christian Noon 6 жил өмнө
parent
commit
ba36af8a75

+ 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)