summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-01-11 13:54:26 -0500
committerGitHub <noreply@github.com>2017-01-11 13:54:26 -0500
commitd102326380d144e1c35e6f0ae44be2e9ab387784 (patch)
tree1e4e7a41bab2e91b0b462fe23fd68f751c486f77
parent84060e5478cf8c5228a55e1e3298ccf2004dc3a3 (diff)
downloadsdl_ios-d102326380d144e1c35e6f0ae44be2e9ab387784.tar.gz
Remove a test focus
-rw-r--r--SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLLocationDetailsSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLLocationDetailsSpec.m b/SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLLocationDetailsSpec.m
index 2cf28c817..77b970275 100644
--- a/SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLLocationDetailsSpec.m
+++ b/SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLLocationDetailsSpec.m
@@ -89,7 +89,7 @@ describe(@"Getter/Setter Tests", ^ {
});
describe(@"when initialized with a dictionary", ^{
- fcontext(@"when parameters are set correctly", ^{
+ context(@"when parameters are set correctly", ^{
beforeEach(^{
someCoordinate = [[SDLLocationCoordinate alloc] init];
someLocation = @"Livio";