Browse Source

Fix test warning

onevcat 6 years ago
parent
commit
815ec47e85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/KingfisherTests/KingfisherManagerTests.swift

+ 1 - 1
Tests/KingfisherTests/KingfisherManagerTests.swift

@@ -861,7 +861,7 @@ class KingfisherManagerTests: XCTestCase {
             XCTAssertTrue(result.error?.isTaskCancelled ?? false)
 
             delay(0.1) {
-                dataStub.go()
+                _ = dataStub.go()
                 exp.fulfill()
             }
         }