summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Elias <francois.elias@livio.io>2020-11-19 11:09:45 -0500
committerFrank Elias <francois.elias@livio.io>2020-11-19 11:09:45 -0500
commit5c2bb0fd4f16b15ad8b6c805927146851388713a (patch)
tree499d02067618bb928a27f35abef17e4ca8803468
parent82dad7cc8d18f58597b8b0ed59f97cc81be383d2 (diff)
downloadsdl_ios-5c2bb0fd4f16b15ad8b6c805927146851388713a.tar.gz
Added missing test
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLTextAndGraphicUpdateOperationSpec.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLTextAndGraphicUpdateOperationSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLTextAndGraphicUpdateOperationSpec.m
index ef0c058b9..5b3179df0 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLTextAndGraphicUpdateOperationSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLTextAndGraphicUpdateOperationSpec.m
@@ -832,6 +832,7 @@ describe(@"the text and graphic operation", ^{
expect(firstSentRequest.mainField2).to(beEmpty());
expect(firstSentRequest.graphic).toNot(beNil());
expect(firstSentRequest.secondaryGraphic).to(beNil());
+ OCMReject([mockFileManager uploadArtworks:[OCMArg any] progressHandler:[OCMArg any] completionHandler:[OCMArg any]]);
});
it(@"should properly override artwork", ^{