summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-09-19 10:56:45 -0400
committerJoel Fischer <joeljfischer@gmail.com>2019-09-19 10:56:45 -0400
commit23f1d8a198a698a1dd1303448448688f293b00f9 (patch)
tree66ef15606e22b2712ac5e9cfbb4eeae42984ada5
parent9b89e4181960be51d02bb53739bfb3ecbe004069 (diff)
downloadsdl_ios-23f1d8a198a698a1dd1303448448688f293b00f9.tar.gz
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLPresentKeyboardOperationSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLPresentKeyboardOperationSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLPresentKeyboardOperationSpec.m
index 6d0b7e6cd..5bd4fb613 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLPresentKeyboardOperationSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLPresentKeyboardOperationSpec.m
@@ -437,7 +437,7 @@ describe(@"present keyboard operation", ^{
it(@"should not attempt to send a cancel interaction", ^{
SDLCancelInteraction *lastRequest = testConnectionManager.receivedRequests.lastObject;
- expect(lastRequest).toNot(beAnInstanceOf([SDLCancelInteraction class]));
+ expect(lastRequest).to(beNil());
});
it(@"should finish", ^{