We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8507c6a commit e4c608aCopy full SHA for e4c608a
src/test/java/net/greghaines/jesque/Issue56Test.java
@@ -22,7 +22,7 @@ public class Issue56Test {
22
23
private static final Logger LOG = LoggerFactory.getLogger(Issue56Test.class);
24
private static final Config CONFIG = new ConfigBuilder().build();
25
- private static final Client CLIENT = new ClientPoolImpl(CONFIG, new JedisPool("localhost"));
+ private static final Client CLIENT = new ClientPoolImpl(CONFIG, new JedisPool());
26
private static final String QUEUE = "default";
27
28
@Test
0 commit comments