summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryLeonid <YLokhmatov@luxoft.com>2019-09-29 22:50:42 +0300
committeryLeonid <YLokhmatov@luxoft.com>2019-09-29 22:50:42 +0300
commit088984dd8aa56e9e41100710cb0c257fbd88f186 (patch)
tree61bb959ceb0c4d310802b56196d55a23f962dba0
parent353fda6fab9e4d5b127bcdb32df3a055aa497da6 (diff)
downloadsdl_ios-088984dd8aa56e9e41100710cb0c257fbd88f186.tar.gz
1386_manager_update_display_capability: fix fallen test in SDLSystemCapabilityManagerSpec
-rw-r--r--SmartDeviceLinkTests/SDLSystemCapabilityManagerSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/SDLSystemCapabilityManagerSpec.m b/SmartDeviceLinkTests/SDLSystemCapabilityManagerSpec.m
index d5884ccc8..f8a0b44f6 100644
--- a/SmartDeviceLinkTests/SDLSystemCapabilityManagerSpec.m
+++ b/SmartDeviceLinkTests/SDLSystemCapabilityManagerSpec.m
@@ -634,7 +634,7 @@ describe(@"System capability manager", ^{
});
it(@"should send GetSystemCapability subscriptions for all known capabilities", ^{
- expect(testConnectionManager.receivedRequests).to(haveCount(6));
+ expect(testConnectionManager.receivedRequests).to(haveCount(7));
expect(testConnectionManager.receivedRequests.lastObject).to(beAnInstanceOf([SDLGetSystemCapability class]));
});
});