Forráskód Böngészése

Update the prefetcher test case naming

DreamPiggy 8 éve
szülő
commit
851ee7d372
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      Tests/Tests/SDWebImagePrefetcherTests.m

+ 2 - 2
Tests/Tests/SDWebImagePrefetcherTests.m

@@ -109,8 +109,8 @@
     [self waitForExpectationsWithCommonTimeout];
 }
 
-- (void)test05PrefecherDelegateWorks {
-    XCTestExpectation *expectation = [self expectationWithDescription:@"Prefetcher delegate failed"];
+- (void)test05PrefetchLargeURLsAndDelegateWorks {
+    XCTestExpectation *expectation = [self expectationWithDescription:@"Prefetch large URLs and delegate failed"];
     
     // This test also test large URLs and thread-safe problem. You can tested with 2000 urls and get the correct result locally. However, due to the limit of CI, 20 is enough.
     NSMutableArray<NSURL *> *imageURLs = [NSMutableArray arrayWithCapacity:20];