summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustingluck93 <47197545+justingluck93@users.noreply.github.com>2019-08-13 09:45:24 -0400
committerGitHub <noreply@github.com>2019-08-13 09:45:24 -0400
commitead52e30500855ddcba0db43ec6e20c46ad6adbe (patch)
tree61672768a83c7967cf49d52e7e914700a5ec681e
parent1d825598edd4799da854a23721e8e8d904064183 (diff)
downloadsdl_ios-ead52e30500855ddcba0db43ec6e20c46ad6adbe.tar.gz
Update SmartDeviceLinkTests/DevAPISpecs/SDLLockScreenManagerSpec.m
Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLLockScreenManagerSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLLockScreenManagerSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLLockScreenManagerSpec.m
index 912fe9161..05f88b769 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLLockScreenManagerSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLLockScreenManagerSpec.m
@@ -234,7 +234,7 @@ describe(@"a lock screen manager", ^{
});
});
- context(@"with showDeiveLogo as false", ^{
+ context(@"with showDeviceLogo as false", ^{
beforeEach(^{
SDLLockScreenConfiguration *config = [SDLLockScreenConfiguration enabledConfiguration];
config.showDeviceLogo = NO;