summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/DevAPISpecs/SDLVoiceCommandManagerSpec.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLinkTests/DevAPISpecs/SDLVoiceCommandManagerSpec.m')
-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));
});
});
});