From 49a2bbaa7a5cc49ca308cba2956fa929a5db5a72 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Fri, 26 Jul 2024 14:49:14 +0800 Subject: [PATCH] Revert the test case url --- Tests/Tests/SDAnimatedImageTest.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Tests/SDAnimatedImageTest.m b/Tests/Tests/SDAnimatedImageTest.m index a2916ae5..6b9a8b82 100644 --- a/Tests/Tests/SDAnimatedImageTest.m +++ b/Tests/Tests/SDAnimatedImageTest.m @@ -325,7 +325,7 @@ static BOOL _isCalled; - (void)test23AnimatedImageViewCategoryProgressive { XCTestExpectation *expectation = [self expectationWithDescription:@"test SDAnimatedImageView view category progressive"]; SDAnimatedImageView *imageView = [SDAnimatedImageView new]; - NSURL *testURL = [NSURL URLWithString:@"https://raw.githubusercontent.com/onevcat/APNGKit/2.2.0/Tests/APNGKitTests/Resources/General/APNG-cube.apng"]; + NSURL *testURL = [NSURL URLWithString:@"https://media.giphy.com/media/UEsrLdv7ugRTq/giphy.gif"]; [SDImageCache.sharedImageCache removeImageFromMemoryForKey:testURL.absoluteString]; [SDImageCache.sharedImageCache removeImageFromDiskForKey:testURL.absoluteString]; [imageView sd_setImageWithURL:testURL placeholderImage:nil options:SDWebImageProgressiveLoad progress:^(NSInteger receivedSize, NSInteger expectedSize, NSURL * _Nullable targetURL) {