Skip to content

Commit 742ea30

Browse files
committed
fmt
1 parent 717cac9 commit 742ea30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/auto_heartbeater_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func TestAutoHearbeater_Run(t *testing.T) {
5656
hearbeater := newHeartbeater(stopCh, invoker, logger, clock, activityType, workflowExecution)
5757

5858
close(stopCh)
59-
59+
6060
hearbeater.Run(context.Background(), time.Second)
6161
})
6262
t.Run("context done", func(t *testing.T) {

0 commit comments

Comments
 (0)