summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/DevAPISpecs
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2021-08-13 13:38:39 -0400
committerJoel Fischer <joeljfischer@gmail.com>2021-08-13 13:38:39 -0400
commit5f0c618a47239939cdcd171d64052a2f896b7ae3 (patch)
tree8fb2bc554763574ecebf5b6a20d70ef447041bd2 /SmartDeviceLinkTests/DevAPISpecs
parent9afd2015f7270bd41293b31dc19688ca0ff8eb75 (diff)
downloadsdl_ios-5f0c618a47239939cdcd171d64052a2f896b7ae3.tar.gz
Revert "Revert "Temporarily remove things that may not be necessary""
This reverts commit 9afd2015f7270bd41293b31dc19688ca0ff8eb75.
Diffstat (limited to 'SmartDeviceLinkTests/DevAPISpecs')
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLMenuReplaceOperationSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLMenuReplaceOperationSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLMenuReplaceOperationSpec.m
index 0913d7226..d83e9615b 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLMenuReplaceOperationSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLMenuReplaceOperationSpec.m
@@ -120,7 +120,7 @@ describe(@"a menu replace operation", ^{
mockReplaceUtilities = OCMClassMock([SDLMenuReplaceUtilities class]);
});
- describe(@"sending initial batch of cells", ^{
+ context(@"sending initial batch of cells", ^{
context(@"when setting no cells", ^{
it(@"should finish without doing anything", ^{
testOp = [[SDLMenuReplaceOperation alloc] initWithConnectionManager:testConnectionManager fileManager:testFileManager windowCapability:testWindowCapability menuConfiguration:testMenuConfiguration currentMenu:testCurrentMenu updatedMenu:testNewMenu compatibilityModeEnabled:YES currentMenuUpdatedHandler:testCurrentMenuUpdatedBlock];