Skip to content

Commit

Permalink
Rename test class according to convention
Browse files Browse the repository at this point in the history
  • Loading branch information
gerzse committed Mar 7, 2024
1 parent b4996e4 commit 4811311
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import redis.clients.jedis.exceptions.JedisDataException;
import redis.clients.jedis.params.MigrateParams;

public class PipeliningMigrateTest extends JedisCommandsTestBase {
public class MigratePipeliningTest extends JedisCommandsTestBase {

private static final byte[] bfoo = { 0x01, 0x02, 0x03 };
private static final byte[] bbar = { 0x04, 0x05, 0x06 };
Expand Down

0 comments on commit 4811311

Please sign in to comment.