Use reflection to access internal value in tests.

Original Pull Request: #2647
This commit is contained in:
Christoph Strobl
2023-07-25 12:13:47 +02:00
parent e5cec58a40
commit 862e3446bc
2 changed files with 10 additions and 9 deletions

View File

@@ -257,8 +257,8 @@ public enum RedisCommand {
private final boolean read;
private final boolean write;
final int minArgs;
final int maxArgs;
private final int minArgs;
private final int maxArgs;
private final @Nullable String alias;