From 763174ce11cda3c26b21d434b58d5a0f1fd54e86 Mon Sep 17 00:00:00 2001 From: justingluck93 <47197545+justingluck93@users.noreply.github.com> Date: Tue, 13 Aug 2019 14:49:51 -0400 Subject: Update SmartDeviceLinkTests/DevAPISpecs/SDLLockScreenManagerSpec.m Co-Authored-By: Joel Fischer --- SmartDeviceLinkTests/DevAPISpecs/SDLLockScreenManagerSpec.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1