Update SDWebImageManagerTests.m
Using my cat for the test
This commit is contained in:
parent
71da8bad7d
commit
3aa987db43
|
@ -72,7 +72,7 @@ static int64_t kAsyncTestTimeout = 5;
|
|||
- (void)testTestThatItCanDownloadAnImageWithARedirection {
|
||||
__block XCTestExpectation *expectation = [self expectationWithDescription:@"Image download completes"];
|
||||
|
||||
NSURL *originalImageURL = [NSURL URLWithString:@"https://graph.facebook.com/10153629359641544/picture?width=640&height=640"];
|
||||
NSURL *originalImageURL = [NSURL URLWithString:@"https://graph.facebook.com/1815229585429909/picture?width=640&height=640"];
|
||||
|
||||
[[SDWebImageManager sharedManager] downloadImageWithURL:originalImageURL options:SDWebImageRefreshCached progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue