summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-09-19 11:50:52 -0400
committerJoel Fischer <joeljfischer@gmail.com>2019-09-19 11:50:52 -0400
commiteda9139fabada527e04de9b9ac4542abd5ad01cc (patch)
treed1a9d633e1256fb61e458542502524d7bb563a7f
parenta64ef8c19e3e8995124db10f018486233be0a39d (diff)
downloadsdl_ios-eda9139fabada527e04de9b9ac4542abd5ad01cc.tar.gz
Remove focus
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLPresentKeyboardOperationSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLPresentKeyboardOperationSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLPresentKeyboardOperationSpec.m
index 340478fe1..05e51aadf 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLPresentKeyboardOperationSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLPresentKeyboardOperationSpec.m
@@ -22,7 +22,7 @@
QuickSpecBegin(SDLPresentKeyboardOperationSpec)
-fdescribe(@"present keyboard operation", ^{
+describe(@"present keyboard operation", ^{
__block TestConnectionManager *testConnectionManager = nil;
__block SDLPresentKeyboardOperation *testOp = nil;