Skip to content

Commit b70da4e

Browse files
author
Gabriel Erzse
committed
Change back names of test classes
1 parent 8c53f34 commit b70da4e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/java/redis/clients/jedis/commands/unified/pipeline/PipelineGeoCommandsTest.java renamed to src/test/java/redis/clients/jedis/commands/unified/pipeline/GeoPipelineCommandsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import redis.clients.jedis.resps.GeoRadiusResponse;
3232
import redis.clients.jedis.util.SafeEncoder;
3333

34-
public class PipelineGeoCommandsTest extends PipelineCommandsTestBase {
34+
public class GeoPipelineCommandsTest extends PipelineCommandsTestBase {
3535

3636
protected final byte[] bfoo = { 0x01, 0x02, 0x03, 0x04 };
3737
protected final byte[] bA = { 0x0A };

src/test/java/redis/clients/jedis/commands/unified/pipeline/PipelineHashesCommandsTest.java renamed to src/test/java/redis/clients/jedis/commands/unified/pipeline/HashesPipelineCommandsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import redis.clients.jedis.commands.unified.pooled.PooledCommandsTestHelper;
1212

13-
public class PipelineHashesCommandsTest extends PipelineCommandsTestBase {
13+
public class HashesPipelineCommandsTest extends PipelineCommandsTestBase {
1414

1515
@BeforeClass
1616
public static void prepare() throws InterruptedException {

src/test/java/redis/clients/jedis/commands/unified/pipeline/PipelineStreamsCommandsTest.java renamed to src/test/java/redis/clients/jedis/commands/unified/pipeline/StreamsPipelineCommandsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
import redis.clients.jedis.resps.StreamPendingEntry;
5656
import redis.clients.jedis.util.SafeEncoder;
5757

58-
public class PipelineStreamsCommandsTest extends PipelineCommandsTestBase {
58+
public class StreamsPipelineCommandsTest extends PipelineCommandsTestBase {
5959

6060
@BeforeClass
6161
public static void prepare() throws InterruptedException {

0 commit comments

Comments
 (0)