summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-09-27 14:38:14 -0400
committerJustin Gluck <justin.gluck@livio.io>2019-09-27 14:38:14 -0400
commit0493b8b3223dec637cbb03239e2edd79010fc00a (patch)
tree18415cb649952a56b0f461726687da3b4ee0c93f
parent06854beac744eb933f4b553468ffd17e0ff1e34f (diff)
downloadsdl_ios-0493b8b3223dec637cbb03239e2edd79010fc00a.tar.gz
updating
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLStreamingVideoLifecycleManagerSpec.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLStreamingVideoLifecycleManagerSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLStreamingVideoLifecycleManagerSpec.m
index ce6468dbf..9172c8972 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLStreamingVideoLifecycleManagerSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLStreamingVideoLifecycleManagerSpec.m
@@ -145,7 +145,7 @@ describe(@"the streaming video manager", ^{
someScreenParams.resolution = someImageResolution;
});
- context(@"that does not support videoStreaming", ^{
+ context(@"that does not support video streaming", ^{
beforeEach(^{
SDLVersion *version = [SDLVersion versionWithMajor:6 minor:0 patch:0];
id globalMock = OCMPartialMock([SDLGlobals sharedGlobals]);
@@ -168,7 +168,7 @@ describe(@"the streaming video manager", ^{
});
});
- context(@"that supports videos streaming", ^{
+ context(@"that supports video streaming", ^{
beforeEach(^{
SDLVersion *version = [SDLVersion versionWithMajor:6 minor:0 patch:0];
id globalMock = OCMPartialMock([SDLGlobals sharedGlobals]);