summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-10-24 11:34:24 -0600
committerMuller, Alexander (A.) <amulle19@ford.com>2016-10-24 11:34:24 -0600
commit8f665fa612d86282bff46b39be2610847a4d8d14 (patch)
tree548f98c6a95764aa0a315ff504e66cbb91acb250
parent02007d34a9bf3aa5fbbe08f6355a7ea6ea7f1303 (diff)
downloadsdl_ios-feature/release_4.3.0_issue_458_inits.tar.gz
Updated spec to use non-nsnumbers in initializers.feature/release_4.3.0_issue_458_inits
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLResponseDispatcherSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLResponseDispatcherSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLResponseDispatcherSpec.m
index 91d48769b..47059877d 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLResponseDispatcherSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLResponseDispatcherSpec.m
@@ -546,7 +546,7 @@ describe(@"a response dispatcher", ^{
__block SDLSoftButton *testSoftButton1 = nil;
beforeEach(^{
- testScrollableMessage = [[SDLScrollableMessage alloc] initWithMessage:@"test" timeout:@1 softButtons:nil];
+ testScrollableMessage = [[SDLScrollableMessage alloc] initWithMessage:@"test" timeout:1 softButtons:nil];
testScrollableMessage.correlationID = @1;
});