Removed ignore attribute
This commit is contained in:
@@ -20,7 +20,6 @@ import redis.clients.jedis.Transaction;
|
|||||||
|
|
||||||
public class JedisNewCommandsCheckTest extends Assert {
|
public class JedisNewCommandsCheckTest extends Assert {
|
||||||
@Test
|
@Test
|
||||||
@Ignore(value = "Ignored because still missing information for DEBUG and LINSERT commands")
|
|
||||||
public void checkJedisIsUpdated() throws IOException {
|
public void checkJedisIsUpdated() throws IOException {
|
||||||
String[] commands = getAvailableCommands();
|
String[] commands = getAvailableCommands();
|
||||||
Set<String> implementedCommands = getImplementedCommands();
|
Set<String> implementedCommands = getImplementedCommands();
|
||||||
|
|||||||
Reference in New Issue
Block a user