Skip to content

Commit

Permalink
fix declaration of eg.Group
Browse files Browse the repository at this point in the history
  • Loading branch information
modockey committed Jan 26, 2023
1 parent ea83dbb commit 170690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func TestExec_Parallel(t *testing.T) {
(/*EmpNo*/1, /*deptNo*/1, /*firstName*/'firstName', /*lastName*/'lastName', /*email*/'temp', CURRENT_TIMESTAMP)
`

eg := new(errgroup.Group)
var eg errgroup.Group

for _, param := range params {
p := param
Expand Down

0 comments on commit 170690e

Please sign in to comment.