From 553ab20c7f94707645241e97746ac74c32dead1c Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Tue, 13 Feb 2018 21:41:42 +0800 Subject: [PATCH] Fix test failed --- SDWebImage/SDWebImageDownloaderOperation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDWebImage/SDWebImageDownloaderOperation.m b/SDWebImage/SDWebImageDownloaderOperation.m index 6b66a1eb..4cbb4bad 100644 --- a/SDWebImage/SDWebImageDownloaderOperation.m +++ b/SDWebImage/SDWebImageDownloaderOperation.m @@ -63,7 +63,7 @@ typedef NSMutableDictionary SDCallbacksDictionary; } - (instancetype)initWithRequest:(NSURLRequest *)request inSession:(NSURLSession *)session options:(SDWebImageDownloaderOptions)options { - return [self initWithRequest:request inSession:session options:options]; + return [self initWithRequest:request inSession:session options:options context:nil]; } - (nonnull instancetype)initWithRequest:(nullable NSURLRequest *)request