From 9870c024e2792488d4f888fd4bb491cf1f624298 Mon Sep 17 00:00:00 2001 From: Markos Rapitis Date: Tue, 21 Aug 2018 10:03:21 -0400 Subject: More updates based on corrections to proposal. --- SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLLightNameSpec.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SmartDeviceLinkTests/RPCSpecs') diff --git a/SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLLightNameSpec.m b/SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLLightNameSpec.m index e711273da..d716b9b88 100644 --- a/SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLLightNameSpec.m +++ b/SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLLightNameSpec.m @@ -30,8 +30,8 @@ describe(@"Individual Enum Value Tests", ^ { expect(SDLLightNameRearRightFogLight).to(equal(@"REAR_RIGHT_FOG_LIGHT")); expect(SDLLightNameRearLeftTailLight).to(equal(@"REAR_LEFT_TAIL_LIGHT")); expect(SDLLightNameRearRightTailLight).to(equal(@"REAR_RIGHT_TAIL_LIGHT")); - expect(SDLLightNameRearLeftBreakLight).to(equal(@"REAR_LEFT_BREAK_LIGHT")); - expect(SDLLightNameRearRightBreakLight).to(equal(@"REAR_RIGHT_BREAK_LIGHT")); + expect(SDLLightNameRearLeftBrakeLight).to(equal(@"REAR_LEFT_BRAKE_LIGHT")); + expect(SDLLightNameRearRightBrakeLight).to(equal(@"REAR_RIGHT_BRAKE_LIGHT")); expect(SDLLightNameRearLeftTurnLight).to(equal(@"REAR_LEFT_TURN_LIGHT")); expect(SDLLightNameRearRightTurnLight).to(equal(@"REAR_RIGHT_TURN_LIGHT")); expect(SDLLightNameRearRegistrationPlateLight).to(equal(@"REAR_REGISTRATION_PLATE_LIGHT")); -- cgit v1.2.1