summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2021-09-24 13:30:07 -0400
committerJoel Fischer <joeljfischer@gmail.com>2021-09-24 13:30:07 -0400
commitd888ebe7a61794c42a551bf7ca109b03c64ce544 (patch)
treebab06789f2540b11fd83c3acc7a71aa1a7b887d8
parent7769ece279def35c1cb204c93724a9791c9ebfb5 (diff)
downloadsdl_ios-d888ebe7a61794c42a551bf7ca109b03c64ce544.tar.gz
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLPreloadPresentChoicesOperationSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLPreloadPresentChoicesOperationSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLPreloadPresentChoicesOperationSpec.m
index 45e4b7efc..dfb910a99 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLPreloadPresentChoicesOperationSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLPreloadPresentChoicesOperationSpec.m
@@ -293,7 +293,7 @@ describe(@"a preload choices operation", ^{
});
});
- fcontext(@"when artworks are not already on the system", ^{
+ context(@"when artworks are not already on the system", ^{
beforeEach(^{
OCMStub([testFileManager hasUploadedFile:[OCMArg isNotNil]]).andReturn(NO);
});