summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnButtonEventSpec.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnButtonEventSpec.m')
-rw-r--r--SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnButtonEventSpec.m14
1 files changed, 7 insertions, 7 deletions
diff --git a/SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnButtonEventSpec.m b/SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnButtonEventSpec.m
index becc5c251..fe1b168aa 100644
--- a/SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnButtonEventSpec.m
+++ b/SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnButtonEventSpec.m
@@ -30,12 +30,12 @@ describe(@"Getter/Setter Tests", ^ {
});
it(@"Should get correctly when initialized", ^ {
- NSMutableDictionary* dict = [@{NAMES_notification:
- @{NAMES_parameters:
- @{NAMES_buttonName:[SDLButtonName CUSTOM_BUTTON],
- NAMES_buttonEventMode:[SDLButtonEventMode BUTTONDOWN],
- NAMES_customButtonID:@4252},
- NAMES_operation_name:NAMES_OnButtonEvent}} mutableCopy];
+ NSMutableDictionary* dict = [@{SDLNameNotification:
+ @{SDLNameParameters:
+ @{SDLNameButtonName:[SDLButtonName CUSTOM_BUTTON],
+ SDLNameButtonEventMode:[SDLButtonEventMode BUTTONDOWN],
+ SDLNameCustomButtonId:@4252},
+ SDLNameOperationName:SDLNameOnButtonEvent}} mutableCopy];
SDLOnButtonEvent* testNotification = [[SDLOnButtonEvent alloc] initWithDictionary:dict];
expect(testNotification.buttonName).to(equal([SDLButtonName CUSTOM_BUTTON]));
@@ -52,4 +52,4 @@ describe(@"Getter/Setter Tests", ^ {
});
});
-QuickSpecEnd \ No newline at end of file
+QuickSpecEnd