Renamed command API methods to use CamelCase

This commit is contained in:
Kelvin Clement Mwinuka
2024-04-28 07:22:39 +08:00
parent 8baeaa96c1
commit 972cbe0a4f
20 changed files with 513 additions and 513 deletions

View File

@@ -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))