Skip to content

Commit

Permalink
Update JedisPubSubBaseTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 authored Feb 19, 2024
1 parent ba5fcdc commit a6861ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/java/redis/clients/jedis/JedisPubSubBaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import static redis.clients.jedis.Protocol.ResponseKeyword.*;
import static redis.clients.jedis.Protocol.ResponseKeyword.MESSAGE;
import static redis.clients.jedis.Protocol.ResponseKeyword.SUBSCRIBE;

public class JedisPubSubBaseTest extends TestCase {

Expand Down Expand Up @@ -55,4 +56,4 @@ protected String encode(byte[] raw) {
assertTrue(countDownLatch.await(10, TimeUnit.MILLISECONDS));

}
}
}

0 comments on commit a6861ad

Please sign in to comment.