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 824a74b commit 454d9deCopy full SHA for 454d9de
backend/test/e2e_activity.go
@@ -81,7 +81,7 @@ var e2eActivityTests = []backendTest{
81
f: func(t *testing.T, ctx context.Context, c *client.Client, w *worker.Worker, b TestBackend) {
82
var maxAttempt int
83
84
- a := func(context.Context) error {
+ a := func(ctx context.Context) error {
85
attempt := activity.Attempt(ctx)
86
maxAttempt = attempt
87
0 commit comments