Skip to content

Commit 12951b0

Browse files
committed
Fix tests.
1 parent e589d9d commit 12951b0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

libs/server/Resp/Parser/RespCommand.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public enum RespCommand : ushort
5959
LLEN,
6060
LPOS,
6161
LRANGE,
62-
MEMORY_HELP,
6362
MEMORY_USAGE,
6463
MGET,
6564
PEXPIRETIME,
@@ -259,6 +258,8 @@ public enum RespCommand : ushort
259258
CLIENT_SETINFO,
260259
CLIENT_UNBLOCK,
261260

261+
MEMORY_HELP,
262+
262263
MONITOR,
263264
MODULE,
264265
MODULE_HELP,

test/Garnet.test/RespCommandTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,11 +435,10 @@ public void AofIndependentCommandsTest()
435435
RespCommand.MODULE_HELP,
436436
RespCommand.MODULE_LOADCS,
437437
RespCommand.REGISTERCS,
438-
RespCommand.SCRIPT_HELP,
439438
RespCommand.INFO,
440439
RespCommand.TIME,
441440
RespCommand.LASTSAVE,
442-
RespCommand.PUBSUB_HELP,
441+
443442
// ACL
444443
RespCommand.ACL_CAT,
445444
RespCommand.ACL_DELUSER,
@@ -470,7 +469,6 @@ public void AofIndependentCommandsTest()
470469
RespCommand.COMMAND_GETKEYS,
471470
RespCommand.COMMAND_GETKEYSANDFLAGS,
472471
RespCommand.COMMAND_HELP,
473-
RespCommand.MEMORY_HELP,
474472
RespCommand.MEMORY_USAGE,
475473
// Config
476474
RespCommand.CONFIG_HELP,

0 commit comments

Comments
 (0)