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 b636a7b commit f8f7bd9Copy full SHA for f8f7bd9
test/integration_test.go
@@ -25,13 +25,14 @@ import (
25
"context"
26
"errors"
27
"fmt"
28
- "go.uber.org/cadence/test/replaytests"
29
"net"
30
"strings"
31
"sync"
32
"testing"
33
"time"
34
+ "go.uber.org/cadence/test/replaytests"
35
+
36
"github.com/pborman/uuid"
37
"github.com/stretchr/testify/require"
38
"github.com/stretchr/testify/suite"
test/replaytests/versioned_workflow.go
@@ -2,10 +2,11 @@ package replaytests
2
3
import (
4
5
+ "time"
6
7
"go.uber.org/cadence/activity"
8
"go.uber.org/cadence/worker"
9
"go.uber.org/cadence/workflow"
- "time"
10
)
11
12
const (
0 commit comments