summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2017-03-08 11:58:24 -0800
committerMuller, Alexander (A.) <amulle19@ford.com>2017-03-08 11:58:24 -0800
commitc73daa59513605fad2ffd6801988cf489a335cfd (patch)
treeca5f1376cd5f2a2b45764757f5e04d53ce7a3b63
parent8de30932ed593c796392cad4147b764c00bb448a (diff)
parent1fca00636bad1dfb222f8ed84028654f09f885dd (diff)
downloadsdl_ios-feature/issue_569_hmi_status_delegate.tar.gz
Merge remote-tracking branch 'origin/develop' into feature/issue_569_hmi_status_delegatefeature/issue_569_hmi_status_delegate
* 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 15d3f84f2..e5105fe6f 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));
});
});