mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-05 16:06:57 +08:00
fixed a bug on test
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -998,7 +998,7 @@ func TestEchoVault_DECR(t *testing.T) {
|
|||||||
name: "1. Decrement non-existent key",
|
name: "1. Decrement non-existent key",
|
||||||
key: "DecrKey1",
|
key: "DecrKey1",
|
||||||
presetValues: nil,
|
presetValues: nil,
|
||||||
want: 0,
|
want: -1,
|
||||||
wantErr: false,
|
wantErr: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user