Skip to content

Commit

Permalink
fix race (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke authored Sep 24, 2023
1 parent 4a1acb1 commit c4b5846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/openvpn/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ func TestClientFull(t *testing.T) {
}

for _, tt := range confs {
tt := tt
t.Run(tt.name, func(t *testing.T) {
client := NewClient(logger, tt.conf)
wg := sync.WaitGroup{}
Expand Down

0 comments on commit c4b5846

Please sign in to comment.