Skip to content

Commit

Permalink
yield batch_start() all for real redis
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Jan 10, 2014
1 parent 2b5f3d2 commit 8e38e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vumi/components/tests/test_message_store_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def setUp(self):
self.cache = self.store.cache
self.batch_id = 'a-batch-id'
if self.start_batch:
self.cache.batch_start(self.batch_id)
yield self.cache.batch_start(self.batch_id)
self.msg_helper = self.add_helper(MessageHelper())

@inlineCallbacks
Expand Down

0 comments on commit 8e38e61

Please sign in to comment.