mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix corrupted project file from merge.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// ASBasicImageDownloaderTests.m
|
||||
// ASZBasicImageDownloaderTests.m
|
||||
// AsyncDisplayKit
|
||||
//
|
||||
// Created by Victor Mayorov on 10/06/15.
|
||||
@@ -10,11 +10,12 @@
|
||||
|
||||
#import <AsyncDisplayKit/ASBasicImageDownloader.h>
|
||||
|
||||
@interface ASBasicImageDownloaderTests : XCTestCase
|
||||
// Z in the name to delay running until after the test instance is operating normally.
|
||||
@interface ASZBasicImageDownloaderTests : XCTestCase
|
||||
|
||||
@end
|
||||
|
||||
@implementation ASBasicImageDownloaderTests
|
||||
@implementation ASZBasicImageDownloaderTests
|
||||
|
||||
- (void)testAsynchronouslyDownloadTheSameURLTwice
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user