Skip to content

Commit

Permalink
fix(tests): wg can't be negative
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
  • Loading branch information
rustatian committed Jul 8, 2024
1 parent 630318f commit 3959e10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/grpc_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,8 @@ func TestGrpcRqRsTLSRootCA(t *testing.T) {
assert.NoError(t, err)

wg := &sync.WaitGroup{}
wg.Add(1)

sig := make(chan os.Signal, 1)
signal.Notify(sig, os.Interrupt, syscall.SIGINT, syscall.SIGTERM)

Expand Down

0 comments on commit 3959e10

Please sign in to comment.