Update SDWebImageManagerTests.m

Using my cat for the test
This commit is contained in:
Jeffrey Macko 2016-08-30 19:01:45 +02:00 committed by GitHub
parent 71da8bad7d
commit 3aa987db43
1 changed files with 1 additions and 1 deletions

View File

@ -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) {