fixed tests

This commit is contained in:
Kilian Hofmann 2016-04-18 16:19:22 +02:00
parent 7e1b562de2
commit 9aa04a8ef4

View File

@ -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];
}