fixed tests
This commit is contained in:
parent
7e1b562de2
commit
9aa04a8ef4
@ -25,7 +25,8 @@
|
||||
[super setUp];
|
||||
// Put setup code here. This method is called before the invocation of each
|
||||
// test method in the class.
|
||||
parser = [[NavDataParser alloc] init];
|
||||
parser = [[NavDataParser alloc] initWithHandler:^{
|
||||
}];
|
||||
dbClient = [[DropboxV2ObjC alloc] init];
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user