diff --git a/FMC Planner 2Tests/FMC_Planner_2Tests.m b/FMC Planner 2Tests/FMC_Planner_2Tests.m index d6bd250..c7a0d1e 100644 --- a/FMC Planner 2Tests/FMC_Planner_2Tests.m +++ b/FMC Planner 2Tests/FMC_Planner_2Tests.m @@ -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]; }