summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m
diff options
context:
space:
mode:
authorleonid lokhmatov, Luxoft <zaqqqqqqqq@gmail.com>2020-07-27 11:14:26 +0300
committerleonid lokhmatov, Luxoft <zaqqqqqqqq@gmail.com>2020-07-27 11:14:26 +0300
commite6b714075e4943cd89faae23b361b3e96c2cd75d (patch)
treec9b9a28a1a6cff8a1cb59960d9be6715465248f0 /SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m
parentc5207cf051ce3b43387b3104da1cd049e614937f (diff)
downloadsdl_ios-e6b714075e4943cd89faae23b361b3e96c2cd75d.tar.gz
sdl-0266 "New vehicle data GearStatus": apply review comments (p2): add script generated initializers, sort properties & imported files alphabetically
Diffstat (limited to 'SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m')
-rw-r--r--SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m b/SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m
index accc5619b..754bbcd4b 100644
--- a/SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m
+++ b/SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m
@@ -204,7 +204,7 @@ describe(@"Getter/Setter Tests", ^ {
expect(testResponse.cloudAppVehicleID).to(beNil());
});
- it(@"Should set and get Generic Network Signal Data", ^{
+ it(@"Should set and get OEM Custom Vehicle Data", ^{
SDLUnsubscribeVehicleDataResponse *testResponse = [[SDLUnsubscribeVehicleDataResponse alloc] init];
[testResponse setOEMCustomVehicleData:@"customOEMVehicleData" withVehicleDataState:customOEMvehicleDataResult];