Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit b84c371

Browse files
committed
fix breaking test imports
1 parent 5c4a506 commit b84c371

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

AsyncDisplayKitTests/ASBasicImageDownloaderContextTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* of patent rights can be found in the PATENTS file in the same directory.
77
*/
88

9-
#import <AsyncDisplayKit/ASBasicImageDownloaderInternal.h>
109
#import <AsyncDisplayKit/ASBasicImageDownloader.h>
10+
#import "ASBasicImageDownloaderInternal.h"
1111

1212
#import <OCMock/OCMock.h>
1313

AsyncDisplayKitTests/ASSnapshotTestCase.mm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
*/
88

99
#import "ASSnapshotTestCase.h"
10-
11-
#import <AsyncDisplayKit/ASDisplayNodeInternal.h>
10+
#import "ASDisplayNodeInternal.h"
1211

1312
@implementation ASSnapshotTestCase
1413

0 commit comments

Comments
 (0)