New exception management. Less exceptions... assume everything works
This commit is contained in:
@@ -2,11 +2,9 @@ package redis.clients.jedis.tests.commands;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import redis.clients.jedis.JedisException;
|
||||
|
||||
public class ConnectionHandlingCommandsTest extends JedisCommandTestBase {
|
||||
@Test
|
||||
public void quit() throws JedisException {
|
||||
public void quit() {
|
||||
jedis.quit();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user