mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-08 01:10:06 +08:00
Added numbering to last test case in ZRANGE test table
This commit is contained in:
@@ -2711,10 +2711,10 @@ func Test_HandleZRANGE(t *testing.T) {
|
|||||||
expectedResponse: [][]string{},
|
expectedResponse: [][]string{},
|
||||||
expectedError: errors.New(utils.WRONG_ARGS_RESPONSE),
|
expectedError: errors.New(utils.WRONG_ARGS_RESPONSE),
|
||||||
},
|
},
|
||||||
{ // Command too long
|
{ // 16 Command too long
|
||||||
preset: false,
|
preset: false,
|
||||||
presetValues: nil,
|
presetValues: nil,
|
||||||
command: []string{"ZRANGE", "key13", "a", "h", "BYLEX", "WITHSCORES", "LIMIT", "-4", "9", "REV", "WITHSCORES"},
|
command: []string{"ZRANGE", "key16", "a", "h", "BYLEX", "WITHSCORES", "LIMIT", "-4", "9", "REV", "WITHSCORES"},
|
||||||
expectedResponse: [][]string{},
|
expectedResponse: [][]string{},
|
||||||
expectedError: errors.New(utils.WRONG_ARGS_RESPONSE),
|
expectedError: errors.New(utils.WRONG_ARGS_RESPONSE),
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user