summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/TransportSpecs/iAP/SDLIAPDataSessionSpec.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLinkTests/TransportSpecs/iAP/SDLIAPDataSessionSpec.m')
-rw-r--r--SmartDeviceLinkTests/TransportSpecs/iAP/SDLIAPDataSessionSpec.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/SmartDeviceLinkTests/TransportSpecs/iAP/SDLIAPDataSessionSpec.m b/SmartDeviceLinkTests/TransportSpecs/iAP/SDLIAPDataSessionSpec.m
index 1d980b139..5c6112373 100644
--- a/SmartDeviceLinkTests/TransportSpecs/iAP/SDLIAPDataSessionSpec.m
+++ b/SmartDeviceLinkTests/TransportSpecs/iAP/SDLIAPDataSessionSpec.m
@@ -23,7 +23,6 @@
@property (weak, nonatomic) id<SDLIAPDataSessionDelegate> delegate;
@property (nonatomic, strong) SDLMutableDataQueue *sendDataQueue;
-@property (nonatomic, strong) dispatch_semaphore_t canceledSemaphore;
@end
@@ -47,7 +46,6 @@ describe(@"SDLIAPDataSession", ^{
it(@"Should init correctly", ^{
expect(dataSession.delegate).to(equal(mockDelegate));
expect(dataSession.sendDataQueue).toNot(beNil());
- expect(dataSession.canceledSemaphore).toNot(beNil());
});
it(@"Should get correctly", ^{