Skip to content

Commit

Permalink
Shorten file name
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Jan 23, 2025
1 parent adc4375 commit 1497904
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

@SinceRedisVersion(value = "8.0.0")
@RunWith(Parameterized.class)
public class RedisModulesConsolidatedConfigurationCommandsTest extends JedisCommandsTestBase {
public class ConsolidatedConfigurationCommandsTest extends JedisCommandsTestBase {

public RedisModulesConsolidatedConfigurationCommandsTest(RedisProtocol redisProtocol) {
public ConsolidatedConfigurationCommandsTest(RedisProtocol redisProtocol) {
super(redisProtocol);
}

Expand Down

0 comments on commit 1497904

Please sign in to comment.