summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-11-17 14:26:12 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-11-17 14:26:12 -0500
commit24242dd4f3d586be9a1796332f03238ad0f36621 (patch)
treec468368970a3852392a21276a4a0932b2a506606
parentd8f1a03aee8f70e5656155395183d3a6e8a51e97 (diff)
downloadsdl_ios-bug/issue_789_filemanager_state_error.tar.gz
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLFileManagerSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLFileManagerSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLFileManagerSpec.m
index d8c42cf79..355d41273 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLFileManagerSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLFileManagerSpec.m
@@ -29,7 +29,7 @@ SDLFileManagerState *const SDLFileManagerStateReady = @"Ready";
QuickSpecBegin(SDLFileManagerSpec)
-fdescribe(@"SDLFileManager", ^{
+describe(@"SDLFileManager", ^{
__block TestConnectionManager *testConnectionManager = nil;
__block SDLFileManager *testFileManager = nil;
__block NSUInteger initialSpaceAvailable = 250;