From 9aa04a8ef45e64934b8b8fd5ebba0ff51f8a4f37 Mon Sep 17 00:00:00 2001 From: Kilian Hofmann Date: Mon, 18 Apr 2016 16:19:22 +0200 Subject: [PATCH] fixed tests --- FMC Planner 2Tests/FMC_Planner_2Tests.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]; }