summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2017-03-08 11:57:57 -0800
committerMuller, Alexander (A.) <amulle19@ford.com>2017-03-08 11:57:57 -0800
commit86e0e54dfea8a6b3e77e8982bc45260be0f09ddf (patch)
treea2b2a3cdc364ea1cc5aeb95e936e4f44947787a2
parentb385ca1941b9f2f9dc9c362368ae246014cb9822 (diff)
parent1fca00636bad1dfb222f8ed84028654f09f885dd (diff)
downloadsdl_ios-feature/issue_568_project_restructure.tar.gz
Merge remote-tracking branch 'origin/develop' into feature/issue_568_project_restructurefeature/issue_568_project_restructure
* origin/develop: Fix unit test that was failing due to previous pull request.
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLLifecycleManagerSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLLifecycleManagerSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLLifecycleManagerSpec.m
index 8b0a276d4..0da7d2727 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLLifecycleManagerSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLLifecycleManagerSpec.m
@@ -289,7 +289,7 @@ describe(@"a lifecycle manager", ^{
expect(@(readyHandlerSuccess)).to(equal(@YES));
expect(readyHandlerError).toNot(beNil());
- expect(@(readyHandlerError.code)).to(equal(@(SDLManagerErrorRegistrationFailed)));
+ expect(@(readyHandlerError.code)).to(equal(@(SDLManagerErrorRegistrationSuccessWithWarning)));
expect(readyHandlerError.userInfo[NSLocalizedFailureReasonErrorKey]).to(match(response.info));
});
});