Skip to content

Commit

Permalink
Rename test classes to match naming pattern
Browse files Browse the repository at this point in the history
The general pattern seems to be
<Pooled|Clustered|Pipelined><Category>CommandsTest.
  • Loading branch information
gerzse committed Mar 13, 2024
1 parent ca8a17c commit 8c53f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 HashesPipelineCommandsTest extends PipelineCommandsTestBase {
public class PipelineHashesCommandsTest 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 StreamsPipelineCommandsTest extends PipelineCommandsTestBase {
public class PipelineStreamsCommandsTest extends PipelineCommandsTestBase {

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

0 comments on commit 8c53f34

Please sign in to comment.