summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/Notifications/SDLResponseDispatcherSpec.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLinkTests/Notifications/SDLResponseDispatcherSpec.m')
-rw-r--r--SmartDeviceLinkTests/Notifications/SDLResponseDispatcherSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/Notifications/SDLResponseDispatcherSpec.m b/SmartDeviceLinkTests/Notifications/SDLResponseDispatcherSpec.m
index 4a9d452e6..4ff829470 100644
--- a/SmartDeviceLinkTests/Notifications/SDLResponseDispatcherSpec.m
+++ b/SmartDeviceLinkTests/Notifications/SDLResponseDispatcherSpec.m
@@ -125,7 +125,7 @@ describe(@"a response dispatcher", ^{
__block NSUInteger numTimesHandlerCalled = 0;
beforeEach(^{
- testShow = [[SDLShow alloc] initWithMainField1:@"Test Show" mainField2:nil alignment:SDLTextAlignmentCenter];
+ testShow = [[SDLShow alloc] initWithMainField1:@"Test Show" mainField2:nil mainField3:nil mainField4:nil alignment:SDLTextAlignmentCenter statusBar:nil mediaTrack:nil graphic:nil secondaryGraphic:nil softButtons:nil customPresets:nil metadataTags:nil templateTitle:nil windowID:nil templateConfiguration:nil];
testShow.correlationID = @1;
});