mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-11-02 20:24:02 +08:00
fixed a bug on test
This commit is contained in:
@@ -2066,7 +2066,7 @@ func Test_Generic(t *testing.T) {
|
||||
key: "DecrKey4",
|
||||
presetValue: int64(10),
|
||||
command: []resp.Value{resp.StringValue("DECR"), resp.StringValue("DecrKey4")},
|
||||
expectedResponse: 11,
|
||||
expectedResponse: 9,
|
||||
expectedError: nil,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user