mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-06 16:36:54 +08:00
Renamed command API methods to use CamelCase
This commit is contained in:
@@ -599,7 +599,7 @@ func Test_HandleGET(t *testing.T) {
|
||||
value: "3.142",
|
||||
},
|
||||
}
|
||||
// Test successful GET command
|
||||
// Test successful Get command
|
||||
for i, test := range tests {
|
||||
t.Run(test.name, func(t *testing.T) {
|
||||
ctx := context.WithValue(context.Background(), "test_name", fmt.Sprintf("GET, %d", i))
|
||||
|
Reference in New Issue
Block a user