We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2fee3 commit 674f52aCopy full SHA for 674f52a
pkg/mongo_client/config_test.go
@@ -16,6 +16,7 @@ func TestGetTimeout(t *testing.T) {
16
}
17
18
for _, tt := range cases {
19
+ tt := tt
20
t.Run(tt[0].(string), func(t *testing.T) {
21
t.Parallel()
22
s := getTimeout(tt[0].(string), time.Second)
0 commit comments