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 252ce33 commit 568b897Copy full SHA for 568b897
test/replaytests/replay_test.go
@@ -26,10 +26,11 @@ import (
26
27
"github.com/stretchr/testify/assert"
28
"github.com/stretchr/testify/require"
29
+ "go.uber.org/zap/zaptest"
30
+
31
"go.uber.org/cadence/activity"
32
"go.uber.org/cadence/worker"
33
"go.uber.org/cadence/workflow"
- "go.uber.org/zap/zaptest"
34
)
35
36
func TestReplayWorkflowHistoryFromFile(t *testing.T) {
0 commit comments