summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2022-09-22 14:31:21 -0400
committerJoel Fischer <joeljfischer@gmail.com>2022-09-22 14:31:21 -0400
commit58cd0a0e391348e3edfad5446b464324c14d8cd9 (patch)
tree1a4e980dce481ca502c22cbd6556acb6f0015ea0
parent7006978924b83a74fb5f7b79c1b0fb8ea705918b (diff)
downloadsdl_ios-58cd0a0e391348e3edfad5446b464324c14d8cd9.tar.gz
2109 - Fix focused test
-rw-r--r--SmartDeviceLinkTests/SDLPresentAlertOperationSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/SDLPresentAlertOperationSpec.m b/SmartDeviceLinkTests/SDLPresentAlertOperationSpec.m
index 2bde0053d..4173b923d 100644
--- a/SmartDeviceLinkTests/SDLPresentAlertOperationSpec.m
+++ b/SmartDeviceLinkTests/SDLPresentAlertOperationSpec.m
@@ -637,7 +637,7 @@ describe(@"SDLPresentAlertOperation", ^{
OCMVerifyAll(strictMockCurrentWindowCapability);
});
- fit(@"should not upload the image if the alert icon is a static icon", ^{
+ it(@"should not upload the image if the alert icon is a static icon", ^{
SDLAlertView *alertView = [[SDLAlertView alloc] initWithText:@"Test" secondaryText:nil tertiaryText:nil timeout:nil showWaitIndicator:nil audioIndication:nil buttons:nil icon:[SDLArtwork artworkWithStaticIcon:SDLStaticIconNameKey]];
testPresentAlertOperation = [[SDLPresentAlertOperation alloc] initWithConnectionManager:mockConnectionManager fileManager:strictMockFileManager systemCapabilityManager:strictMockSystemCapabilityManager currentWindowCapability:strictMockCurrentWindowCapability alertView:alertView cancelID:testCancelID];