Skip to content

Commit

Permalink
fix the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Viren Baraiya committed Jun 20, 2017
1 parent d4b7ef8 commit d2391f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public String getCurrentShard() {
};
messageKey = redisKeyPrefix + ".MESSAGE." + queueName;

rq = new RedisQueues(dynoClient, dynoClient, redisKeyPrefix, ss, 1_000, 1_000_000, 100);
rq = new RedisQueues(dynoClient, dynoClient, redisKeyPrefix, ss, 1_000, 1_000_000);
DynoQueue rdq1 = rq.get(queueName);
assertNotNull(rdq1);

Expand Down

0 comments on commit d2391f7

Please sign in to comment.