summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2020-12-17 10:25:30 -0500
committerNicoleYarroch <nicole@livio.io>2020-12-17 10:25:30 -0500
commitf231005ed41e9390fb4657414fed9eed4140a462 (patch)
tree81e771a93c7e2b896e5866f8cd2bcb06c0a8f9f2
parentc3dded18f53910caf5d8f07fe00a4ce89ec3c80b (diff)
downloadsdl_ios-bugfix/issue_1880_failing_GitHub_CI_unit_tests.tar.gz
Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLVoiceCommandManagerSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLVoiceCommandManagerSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLVoiceCommandManagerSpec.m
index 8b808273e..58d5ff591 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLVoiceCommandManagerSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLVoiceCommandManagerSpec.m
@@ -151,7 +151,7 @@ describe(@"voice command manager", ^{
it(@"should update the second operation", ^{
SDLVoiceCommandUpdateOperation *secondOp = testManager.transactionQueue.operations[0];
- expect(secondOp.oldVoiceCommands.firstObject).to(equal(testVoiceCommand2));
+ expect(secondOp.oldVoiceCommands.firstObject).toEventually(equal(testVoiceCommand2));
});
});
});