mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-05 16:06:57 +08:00
Iss 100: Implement interfaces and constants for generic API methods (#127)
SETOptions struct added. Adjusted Set method calls for using new struct. - @osteensco
This commit is contained in:
@@ -776,7 +776,7 @@ func Test_AdminCommands(t *testing.T) {
|
||||
|
||||
// Trigger some write commands
|
||||
for key, value := range test.values {
|
||||
if _, _, err = mockServer.Set(key, value, echovault.SetOptions{}); err != nil {
|
||||
if _, _, err = mockServer.Set(key, value, echovault.SETOptions{}); err != nil {
|
||||
t.Error(err)
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user