Skip to content

Commit

Permalink
Changed name to ControlParameters which is more appropiate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Leibiusky committed Aug 8, 2010
1 parent 8d8c513 commit c290540
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import redis.clients.jedis.JedisException;
import redis.clients.jedis.JedisMonitor;

public class PersistenceControlCommandsTest extends JedisCommandTestBase {
public class ControlCommandsTest extends JedisCommandTestBase {
@Test
public void save() {
String status = jedis.save();
Expand Down

0 comments on commit c290540

Please sign in to comment.