New exception management. Less exceptions... assume everything works
This commit is contained in:
@@ -7,7 +7,7 @@ import org.junit.Before;
|
||||
|
||||
import redis.clients.jedis.Jedis;
|
||||
|
||||
public class JedisCommandTestBase extends Assert {
|
||||
public abstract class JedisCommandTestBase extends Assert {
|
||||
|
||||
protected Jedis jedis;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user