Skip to content

Commit

Permalink
refactor(fund): Add t.Helper()
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Koehler <[email protected]>
  • Loading branch information
sophia1ch committed Apr 2, 2024
1 parent d32138b commit fdcb4f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions channel/test/fund.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ type FunderFinishTime struct {

// FundAll calls fund for all funders simultaneously.
func FundAll(ctx context.Context, t *testing.T, funders []*channel.Funder, reqs []*pchannel.FundingReq, egoisticIndex int) ([]FunderFinishTime, error) {
t.Helper()
finishTimes := make([]FunderFinishTime, len(funders))
var mutex sync.Mutex

Expand Down

0 comments on commit fdcb4f2

Please sign in to comment.