Skip to content

Commit

Permalink
Change back names of test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
gerzse committed Mar 13, 2024
1 parent 8c53f34 commit b70da4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import redis.clients.jedis.resps.GeoRadiusResponse;
import redis.clients.jedis.util.SafeEncoder;

public class PipelineGeoCommandsTest extends PipelineCommandsTestBase {
public class GeoPipelineCommandsTest extends PipelineCommandsTestBase {

protected final byte[] bfoo = { 0x01, 0x02, 0x03, 0x04 };
protected final byte[] bA = { 0x0A };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

public class PipelineHashesCommandsTest extends PipelineCommandsTestBase {
public class HashesPipelineCommandsTest extends PipelineCommandsTestBase {

@BeforeClass
public static void prepare() throws InterruptedException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
import redis.clients.jedis.resps.StreamPendingEntry;
import redis.clients.jedis.util.SafeEncoder;

public class PipelineStreamsCommandsTest extends PipelineCommandsTestBase {
public class StreamsPipelineCommandsTest extends PipelineCommandsTestBase {

@BeforeClass
public static void prepare() throws InterruptedException {
Expand Down

0 comments on commit b70da4e

Please sign in to comment.