Fix YogaKit tests on travis

Summary: Fix include path

Reviewed By: dshahidehpour

Differential Revision: D4333185

fbshipit-source-id: 27638324e093260aa1b23134fab5140a0c703bc9
This commit is contained in:
Emil Sjolander
2016-12-15 06:31:47 -08:00
committed by Facebook Github Bot
parent f36f545d75
commit 12efe604bb

View File

@@ -9,7 +9,7 @@
#import <XCTest/XCTest.h> #import <XCTest/XCTest.h>
#import "UIView+Yoga.h" #import <YogaKit/UIView+Yoga.h>
@interface YogaKitTests : XCTestCase @interface YogaKitTests : XCTestCase
@end @end