summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/SDLSoftButtonReplaceOperationSpec.m
diff options
context:
space:
mode:
authorFrank Elias <francois.elias@livio.io>2020-11-23 14:22:57 -0500
committerFrank Elias <francois.elias@livio.io>2020-11-23 14:22:57 -0500
commit38e42ef7092edf96038adf2e96da1abeb35db322 (patch)
treed19ceceadf4e65f46999905650546a42728d003d /SmartDeviceLinkTests/SDLSoftButtonReplaceOperationSpec.m
parent5c2bb0fd4f16b15ad8b6c805927146851388713a (diff)
downloadsdl_ios-38e42ef7092edf96038adf2e96da1abeb35db322.tar.gz
Comments review
Diffstat (limited to 'SmartDeviceLinkTests/SDLSoftButtonReplaceOperationSpec.m')
-rw-r--r--SmartDeviceLinkTests/SDLSoftButtonReplaceOperationSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/SDLSoftButtonReplaceOperationSpec.m b/SmartDeviceLinkTests/SDLSoftButtonReplaceOperationSpec.m
index 28911ad57..54bfc8e52 100644
--- a/SmartDeviceLinkTests/SDLSoftButtonReplaceOperationSpec.m
+++ b/SmartDeviceLinkTests/SDLSoftButtonReplaceOperationSpec.m
@@ -299,7 +299,7 @@ describe(@"a soft button replace operation", ^{
expect(sentRequests.firstObject.softButtons.lastObject.type).to(equal(SDLSoftButtonTypeBoth));
});
- it(@"should properly override artwork", ^{
+ it(@"should properly overwrite artwork", ^{
OCMExpect([testFileManager uploadArtworks:[OCMArg any] progressHandler:[OCMArg any] completionHandler:[OCMArg any]]);
object2State1 = [[SDLSoftButtonState alloc] initWithStateName:object2State1Name text:object2State1Text artwork:object2State11Art];