Skip to content

Commit

Permalink
refactor: Removing useless shadowing
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Apr 3, 2024
1 parent 856f265 commit 63b5a18
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/tcpool/tcpool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ func TestAdd(t *testing.T) {
}

for intention, testCase := range cases {
intention, testCase := intention, testCase

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

Expand Down Expand Up @@ -66,8 +64,6 @@ func TestRemove(t *testing.T) {
}

for intention, testCase := range cases {
intention, testCase := intention, testCase

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

Expand Down Expand Up @@ -107,8 +103,6 @@ func TestNext(t *testing.T) {
}

for intention, testCase := range cases {
intention, testCase := intention, testCase

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

Expand Down

0 comments on commit 63b5a18

Please sign in to comment.