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 717cac9 commit 742ea30Copy full SHA for 742ea30
internal/auto_heartbeater_test.go
@@ -56,7 +56,7 @@ func TestAutoHearbeater_Run(t *testing.T) {
56
hearbeater := newHeartbeater(stopCh, invoker, logger, clock, activityType, workflowExecution)
57
58
close(stopCh)
59
-
+
60
hearbeater.Run(context.Background(), time.Second)
61
})
62
t.Run("context done", func(t *testing.T) {
0 commit comments