summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-10-20 16:39:28 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-10-20 16:39:28 -0700
commitab8e5be68b8db9826e094b34e2f52dbc341e39b9 (patch)
tree328739633b48323a3c9caeeba45ad7938582f805
parent296577bb331f233f06875e94375b8a467c1cad34 (diff)
downloadsdl_ios-ab8e5be68b8db9826e094b34e2f52dbc341e39b9.tar.gz
Fixed misstype in spec.
-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 6a5280c99..91d48769b 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLResponseDispatcherSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLResponseDispatcherSpec.m
@@ -444,7 +444,7 @@ describe(@"a response dispatcher", ^{
__block SDLSoftButton *testSoftButton1 = nil;
beforeEach(^{
- testAlert = [[SDLAlert alloc] initWithAlertText1:@"test 1" alertText2:@"test 1" alertText3:nil duration:@1 softButtons:nil];
+ testAlert = [[SDLAlert alloc] initWithAlertText1:@"test 1" alertText2:@"test 1" alertText3:nil duration:1 softButtons:nil];
testAlert.correlationID = @1;
});