File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ import (
1111
1212 "github.com/stretchr/testify/assert"
1313
14+ "go.uber.org/multierr"
15+
1416 "go.uber.org/cadence/internal"
1517 "go.uber.org/cadence/testsuite"
16- "go.uber.org/multierr"
1718)
1819
1920type batchWorkflowInput struct {
@@ -128,7 +129,7 @@ func Test_BatchWorkflow_Cancel(t *testing.T) {
128129 })
129130 }()
130131
131- time .Sleep (time .Second * 2 )
132+ time .Sleep (time .Second * 2 )
132133 env .CancelWorkflow ()
133134
134135 assert .Eventually (t , func () bool {
Original file line number Diff line number Diff line change 11package x
22
33/*
4- Package x is an experimental package for early-stage features. The API here is not stable and may change.
4+ Package x is an experimental package for early-stage features. The API here is not stable and may change.
55*/
You can’t perform that action at this time.
0 commit comments