Fix corrupted project file from merge.

This commit is contained in:
Scott Goodson
2015-12-23 12:52:38 -08:00
parent fa4308ba7c
commit 38d9ceb230
3 changed files with 16 additions and 24 deletions

View File

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