Skip to content

Commit 568b897

Browse files
committed
fix goimports
1 parent 252ce33 commit 568b897

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/replaytests/replay_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ import (
2626

2727
"github.com/stretchr/testify/assert"
2828
"github.com/stretchr/testify/require"
29+
"go.uber.org/zap/zaptest"
30+
2931
"go.uber.org/cadence/activity"
3032
"go.uber.org/cadence/worker"
3133
"go.uber.org/cadence/workflow"
32-
"go.uber.org/zap/zaptest"
3334
)
3435

3536
func TestReplayWorkflowHistoryFromFile(t *testing.T) {

0 commit comments

Comments
 (0)