summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-01-05 09:25:35 -0500
committerJoel Fischer <joeljfischer@gmail.com>2018-01-05 09:25:35 -0500
commit5f8d711c7070204e7bf731a3ab76be6b9f9bbe71 (patch)
treea1884cb6c2bdc890b3a2e1645f625852d7a79e7a
parent07d7163779319e4f7a9ef36576e98c85ee5bee19 (diff)
downloadsdl_ios-5f8d711c7070204e7bf731a3ab76be6b9f9bbe71.tar.gz
Fix focussed test
-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 df5e545d1..4f4d0d14c 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLLifecycleManagerSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLLifecycleManagerSpec.m
@@ -208,7 +208,7 @@ describe(@"a lifecycle manager", ^{
[NSThread sleepForTimeInterval:0.1];
});
- fit(@"should be in the started state", ^{
+ it(@"should be in the started state", ^{
expect(testManager.lifecycleState).to(match(SDLLifecycleStateReconnecting));
});
});