Skip to content

Commit

Permalink
fix wg
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercampbell committed Nov 18, 2023
1 parent 420f8d0 commit aa81b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/datacommittee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func TestDataCommittee(t *testing.T) {
wg := sync.WaitGroup{}
for _, m := range membs[1:] { // note starting all but first
wg.Add(1)
startDACMember(t, m, &wg)
go startDACMember(t, m, &wg)
}
wg.Wait()

Expand Down

0 comments on commit aa81b2a

Please sign in to comment.