We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2414342 commit 36f2876Copy full SHA for 36f2876
utils/unittest/fixtures/payload.go
@@ -51,7 +51,7 @@ func (f payloadFactory) WithReceiptStubs(receipts ...*flow.ExecutionReceiptStub)
51
}
52
53
// WithResults is an option that sets the `Results` of the payload.
54
-func (f payloadFactory) WithResults(results flow.ExecutionResultList) PayloadOption {
+func (f payloadFactory) WithResults(results ...*flow.ExecutionResult) PayloadOption {
55
return func(g *PayloadGenerator, payload *flow.Payload) {
56
payload.Results = results
57
0 commit comments