summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/DevAPISpecs
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-01-24 14:38:57 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-01-24 14:38:57 -0500
commit05a99a4e46c8d8201ecf380d6b7e4ab561b72fe2 (patch)
tree3213e80dec863354f2c0102f7c3f7c691038fb71 /SmartDeviceLinkTests/DevAPISpecs
parentd19adbc482610889ee817199135813a50496187f (diff)
downloadsdl_ios-05a99a4e46c8d8201ecf380d6b7e4ab561b72fe2.tar.gz
Revert "Updated SDLManagerError enum to include a warning case."
This reverts commit d19adbc482610889ee817199135813a50496187f.
Diffstat (limited to 'SmartDeviceLinkTests/DevAPISpecs')
-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 77f6666a7..ba680de00 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLLifecycleManagerSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLLifecycleManagerSpec.m
@@ -288,7 +288,7 @@ describe(@"a lifecycle manager", ^{
expect(@(readyHandlerSuccess)).to(equal(@YES));
expect(readyHandlerError).toNot(beNil());
- expect(@(readyHandlerError.code)).to(equal(@(SDLManagerErrorRegistrationWarning)));
+ expect(@(readyHandlerError.code)).to(equal(@(SDLManagerErrorRegistrationFailed)));
expect(readyHandlerError.userInfo[NSLocalizedFailureReasonErrorKey]).to(match(response.info));
});
});