Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Pirringer committed Dec 3, 2018
1 parent 22fa95d commit 72964e3
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Tests/OBPropertyInjectorTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@
//


@import XCTest;
@import OCHamcrest;
@import OCMockito;

#import "OBPropertyInjector.h"
#import "OBInjectTestObject.h"
#import "OBInjectorController.h"

#import <XCTest/XCTest.h>

#define HC_SHORTHAND
#import <OCHamcrest/OCHamcrest.h>

#define MOCKITO_SHORTHAND
#import <OCMockito/OCMockito.h>

@interface OBPropertyInjector (Private)
- (instancetype)initPrivate;
Expand Down Expand Up @@ -113,4 +110,4 @@ - (void)testDeletePropertyWithName {

}

@end
@end

0 comments on commit 72964e3

Please sign in to comment.