summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustingluck93 <47197545+justingluck93@users.noreply.github.com>2019-08-13 14:49:51 -0400
committerGitHub <noreply@github.com>2019-08-13 14:49:51 -0400
commit763174ce11cda3c26b21d434b58d5a0f1fd54e86 (patch)
treea4c1513b94c81b98cfca10c860ca7d29863557c0
parentf6967a3b14fee750af1116d7efee0705cf31f416 (diff)
downloadsdl_ios-feature/issue-1370-showdevicelogo-parameter.tar.gz
Update SmartDeviceLinkTests/DevAPISpecs/SDLLockScreenManagerSpec.mfeature/issue-1370-showdevicelogo-parameter
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 5455aae8a..4f808bd3a 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLLockScreenManagerSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLLockScreenManagerSpec.m
@@ -234,7 +234,7 @@ describe(@"a lock screen manager", ^{
});
});
- fcontext(@"with showDeviceLogo as NO", ^{
+ context(@"with showDeviceLogo as NO", ^{
beforeEach(^{
SDLLockScreenConfiguration *config = [SDLLockScreenConfiguration enabledConfiguration];
config.showDeviceLogo = NO;