summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnHMIStatusSpec.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnHMIStatusSpec.m')
-rw-r--r--SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnHMIStatusSpec.m14
1 files changed, 7 insertions, 7 deletions
diff --git a/SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnHMIStatusSpec.m b/SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnHMIStatusSpec.m
index c2d58a484..b0c95cf67 100644
--- a/SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnHMIStatusSpec.m
+++ b/SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnHMIStatusSpec.m
@@ -31,12 +31,12 @@ describe(@"Getter/Setter Tests", ^ {
});
it(@"Should get correctly when initialized", ^ {
- NSMutableDictionary* dict = [@{NAMES_notification:
- @{NAMES_parameters:
- @{NAMES_hmiLevel:[SDLHMILevel LIMITED],
- NAMES_audioStreamingState:[SDLAudioStreamingState ATTENUATED],
- NAMES_systemContext:[SDLSystemContext HMI_OBSCURED]},
- NAMES_operation_name:NAMES_OnHMIStatus}} mutableCopy];
+ NSMutableDictionary* dict = [@{SDLNameNotification:
+ @{SDLNameParameters:
+ @{SDLNameHmiLevel:[SDLHMILevel LIMITED],
+ SDLNameAudioStreamingState:[SDLAudioStreamingState ATTENUATED],
+ SDLNameSystemContext:[SDLSystemContext HMI_OBSCURED]},
+ SDLNameOperationName:SDLNameOnHmiStatus}} mutableCopy];
SDLOnHMIStatus* testNotification = [[SDLOnHMIStatus alloc] initWithDictionary:dict];
expect(testNotification.hmiLevel).to(equal([SDLHMILevel LIMITED]));
@@ -53,4 +53,4 @@ describe(@"Getter/Setter Tests", ^ {
});
});
-QuickSpecEnd \ No newline at end of file
+QuickSpecEnd