diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2019-04-17 10:45:51 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2019-04-17 10:45:51 -0400 |
commit | f12e6e229564af4fffc9cffe88a5e187961bc255 (patch) | |
tree | 5d6eed800e6866c08a121df64fd1ff79eaae13a4 /SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLDeleteCommandResponseSpec.m | |
parent | 7160c653b62df8feed209af1018a8da1627e3c7e (diff) | |
parent | a6f6513934460269e5c2865293993219798ee767 (diff) | |
download | sdl_ios-f12e6e229564af4fffc9cffe88a5e187961bc255.tar.gz |
Merge branch 'develop'6.2.0
Diffstat (limited to 'SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLDeleteCommandResponseSpec.m')
-rw-r--r-- | SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLDeleteCommandResponseSpec.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLDeleteCommandResponseSpec.m b/SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLDeleteCommandResponseSpec.m index 013702513..00687d419 100644 --- a/SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLDeleteCommandResponseSpec.m +++ b/SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLDeleteCommandResponseSpec.m @@ -9,8 +9,8 @@ #import <Nimble/Nimble.h> #import "SDLDeleteCommandResponse.h" -#import "SDLNames.h" +#import "SDLRPCParameterNames.h" QuickSpecBegin(SDLDeleteCommandResponseSpec) -QuickSpecEnd
\ No newline at end of file +QuickSpecEnd |