Skip to content

Commit 36f2876

Browse files
committed
fix lint
1 parent 2414342 commit 36f2876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/unittest/fixtures/payload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func (f payloadFactory) WithReceiptStubs(receipts ...*flow.ExecutionReceiptStub)
5151
}
5252

5353
// WithResults is an option that sets the `Results` of the payload.
54-
func (f payloadFactory) WithResults(results flow.ExecutionResultList) PayloadOption {
54+
func (f payloadFactory) WithResults(results ...*flow.ExecutionResult) PayloadOption {
5555
return func(g *PayloadGenerator, payload *flow.Payload) {
5656
payload.Results = results
5757
}

0 commit comments

Comments
 (0)