Update the prefetcher test case naming

This commit is contained in:
DreamPiggy 2018-04-01 00:11:15 +08:00
parent f1b5e94799
commit 851ee7d372
1 changed files with 2 additions and 2 deletions

View File

@ -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];