summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/DevAPISpecs/SDLFileManagerSpec.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLinkTests/DevAPISpecs/SDLFileManagerSpec.m')
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLFileManagerSpec.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLFileManagerSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLFileManagerSpec.m
index 8b3d3d7db..728128aea 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLFileManagerSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLFileManagerSpec.m
@@ -281,7 +281,7 @@ describe(@"SDLFileManager", ^{
});
it(@"should call the completion handler with correct data", ^{
- expect(completionError).to(equal([NSError sdl_lifecycle_notReadyError]));
+ expect(completionError).toEventually(equal([NSError sdl_lifecycle_notReadyError]));
});
});
});
@@ -404,7 +404,7 @@ describe(@"SDLFileManager", ^{
});
it(@"should call the completion handler with nil error", ^{
- expect(completionError).to(equal([NSError sdl_lifecycle_notReadyError]));
+ expect(completionError).toEventually(equal([NSError sdl_lifecycle_notReadyError]));
});
});
});