Skip to content

Commit

Permalink
Fix YogaKit tests on travis
Browse files Browse the repository at this point in the history
Summary: Fix include path

Reviewed By: dshahidehpour

Differential Revision: D4333185

fbshipit-source-id: 27638324e093260aa1b23134fab5140a0c703bc9
  • Loading branch information
Emil Sjolander authored and facebook-github-bot committed Dec 15, 2016
1 parent f36f545 commit 12efe60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YogaKit/Tests/YogaKitTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import <XCTest/XCTest.h>

#import "UIView+Yoga.h"
#import <YogaKit/UIView+Yoga.h>

@interface YogaKitTests : XCTestCase
@end
Expand Down

0 comments on commit 12efe60

Please sign in to comment.