KhaninArtur commented on a change in pull request #16826:
URL: https://github.com/apache/beam/pull/16826#discussion_r809848972
##########
File path: playground/backend/internal/cache/redis/redis_cache_test.go
##########
@@ -68,7 +68,7 @@ func TestRedisCache_GetValue(t *testing.T) {
wantErr: true,
},
{
- name: "all success",
+ name: "get existing value",
Review comment:
I agree, let's start all test names with upper case letters.
E.g. here
```suggestion
name: "Get existing value",
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]