Authored by Bogdan Poplauschi

Attempt to fix the tests as they were 2 tests trying to get the same image

@@ -38,7 +38,7 @@ static int64_t kAsyncTestTimeout = 5; @@ -38,7 +38,7 @@ static int64_t kAsyncTestTimeout = 5;
38 - (void)testThatDownloadInvokesCompletionBlockWithCorrectParamsAsync { 38 - (void)testThatDownloadInvokesCompletionBlockWithCorrectParamsAsync {
39 __block XCTestExpectation *expectation = [self expectationWithDescription:@"Image download completes"]; 39 __block XCTestExpectation *expectation = [self expectationWithDescription:@"Image download completes"];
40 40
41 - NSURL *originalImageURL = [NSURL URLWithString:@"http://s3.amazonaws.com/fast-image-cache/demo-images/FICDDemoImage000.jpg"]; 41 + NSURL *originalImageURL = [NSURL URLWithString:@"http://s3.amazonaws.com/fast-image-cache/demo-images/FICDDemoImage001.jpg"];
42 42
43 [[SDWebImageManager sharedManager] loadImageWithURL:originalImageURL 43 [[SDWebImageManager sharedManager] loadImageWithURL:originalImageURL
44 options:SDWebImageRefreshCached 44 options:SDWebImageRefreshCached