fixed a bug on test

This commit is contained in:
Sahil
2024-06-23 19:09:52 +05:30
parent dfb5a0ff4b
commit 2897ee31b2
2 changed files with 1088 additions and 2442 deletions

View File

@@ -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,
},
{