summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-09-27 14:56:09 -0400
committerJustin Gluck <justin.gluck@livio.io>2019-09-27 14:56:09 -0400
commitc57ed3e9e9f66b2e3f10cc20fd2e4784690c36dc (patch)
tree59c224736029cc0868a7719898f8939cb8f70e9d
parent0493b8b3223dec637cbb03239e2edd79010fc00a (diff)
downloadsdl_ios-c57ed3e9e9f66b2e3f10cc20fd2e4784690c36dc.tar.gz
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLStreamingVideoLifecycleManagerSpec.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLStreamingVideoLifecycleManagerSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLStreamingVideoLifecycleManagerSpec.m
index 9172c8972..0fb214439 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLStreamingVideoLifecycleManagerSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLStreamingVideoLifecycleManagerSpec.m
@@ -221,6 +221,7 @@ describe(@"the streaming video manager", ^{
it(@"should support streaming even though hmiCapabilities.videoStreaming is nil", ^{
expect(@(streamingLifecycleManager.isStreamingSupported)).to(equal(@YES));
+ expect(@(CGSizeEqualToSize(streamingLifecycleManager.screenSize, CGSizeMake(600, 100)))).to(equal(@YES));
});
});
});