fixed a bug on test

This commit is contained in:
Sahil
2024-06-23 19:15:07 +05:30
parent 2897ee31b2
commit 50e88a8a07
2 changed files with 2489 additions and 1135 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -998,7 +998,7 @@ func TestEchoVault_DECR(t *testing.T) {
name: "1. Decrement non-existent key",
key: "DecrKey1",
presetValues: nil,
want: 0,
want: -1,
wantErr: false,
},
{