summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kinney <michaelakinney@comcast.net>2021-02-22 15:29:05 -0500
committerMichael Kinney <michaelakinney@comcast.net>2021-02-22 15:29:05 -0500
commit4e78ffa8d45f6ef0471557f7e89a84cdd9b81ea4 (patch)
treede67605e7173be1bec97a60aeaa60272fbf22c76
parentcdaf7f7522280694ffe90f191f18cc50b3f04c4b (diff)
downloadsdl_ios-4e78ffa8d45f6ef0471557f7e89a84cdd9b81ea4.tar.gz
remove references to non existent selector from teransport spec
-rw-r--r--SmartDeviceLinkTests/TransportSpecs/iAP/SDLIAPTransportSpec.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/SmartDeviceLinkTests/TransportSpecs/iAP/SDLIAPTransportSpec.m b/SmartDeviceLinkTests/TransportSpecs/iAP/SDLIAPTransportSpec.m
index 57761fd0a..f6a0f9aaa 100644
--- a/SmartDeviceLinkTests/TransportSpecs/iAP/SDLIAPTransportSpec.m
+++ b/SmartDeviceLinkTests/TransportSpecs/iAP/SDLIAPTransportSpec.m
@@ -150,7 +150,6 @@ describe(@"SDLIAPTransport", ^{
});
it(@"It should cleanup on disconnect, close and destroy data session, and notify the lifecycle manager that the transport disconnected", ^{
- OCMExpect([mockDataSession destroySessionWithCompletionHandler:[OCMArg invokeBlock]]);
[[NSNotificationCenter defaultCenter] postNotification:accessoryDisconnectedNotification];
@@ -174,7 +173,6 @@ describe(@"SDLIAPTransport", ^{
});
it(@"It should cleanup on disconnect, close and destroy data session, and should not tell the delegate that the transport closed", ^{
- OCMExpect([mockControlSession destroySessionWithCompletionHandler:[OCMArg invokeBlock]]);
[[NSNotificationCenter defaultCenter] postNotification:accessoryDisconnectedNotification];