Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonstur committed Aug 8, 2021
1 parent 9a7a8f0 commit 40c2533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public class SomeIntegrationTestThatRequiresRedis {
jedisSentinelHosts = JedisUtil.sentinelHosts(cluster);
}

@Test
@TestApp
public void test() throws Exception {
// testing code that requires redis running
JedisSentinelPool pool = new JedisSentinelPool("master1", jedisSentinelHosts);
Expand Down

0 comments on commit 40c2533

Please sign in to comment.