Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ktong committed Aug 26, 2024
1 parent 428108a commit b688759
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion provider/appconfig/appconfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,6 @@ func TestAppConfig_Watch(t *testing.T) {
}

for _, testcase := range testcases {

t.Run(testcase.description, func(t *testing.T) {
t.Parallel()

Expand Down
1 change: 0 additions & 1 deletion provider/azappconfig/appconfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ list settings error
}

for _, testcase := range testcases {

t.Run(testcase.description, func(t *testing.T) {
t.Parallel()

Expand Down
1 change: 0 additions & 1 deletion provider/azblob/blob_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func TestBlob_Watch(t *testing.T) {
t.Parallel()

for _, testcase := range append(testcases(), watchcases()...) {

t.Run(testcase.description, func(t *testing.T) {
t.Parallel()

Expand Down
1 change: 0 additions & 1 deletion provider/parameterstore/parameterstore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func TestParameterStore_Watch(t *testing.T) {
t.Parallel()

for _, testcase := range append(testcases(), watchcases()...) {

t.Run(testcase.description, func(t *testing.T) {
t.Parallel()

Expand Down
1 change: 0 additions & 1 deletion provider/pflag/pflag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ func TestPFlag_String(t *testing.T) {
}

for _, testcase := range testcases {

t.Run(testcase.description, func(t *testing.T) {
t.Parallel()

Expand Down

0 comments on commit b688759

Please sign in to comment.