Skip to content

Commit 40c2533

Browse files
committed
Readme fix
1 parent 9a7a8f0 commit 40c2533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public class SomeIntegrationTestThatRequiresRedis {
115115
jedisSentinelHosts = JedisUtil.sentinelHosts(cluster);
116116
}
117117

118-
@Test
118+
@TestApp
119119
public void test() throws Exception {
120120
// testing code that requires redis running
121121
JedisSentinelPool pool = new JedisSentinelPool("master1", jedisSentinelHosts);

0 commit comments

Comments
 (0)