Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: modernize code #378

Merged
merged 18 commits into from
Dec 22, 2024
Prev Previous commit
Next Next commit
chore: modernize code
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
  • Loading branch information
jkroepke committed Dec 21, 2024
commit 7c53e745b6f5515117a61654a099522f83ab0593
1 change: 1 addition & 0 deletions internal/openvpn/passthrough_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ func TestPassthroughFull(t *testing.T) {

<-ctx.Done()

openVPNClient.Shutdown()
wg.Wait()
})
}
Expand Down
Loading