You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/replaytests/activity_check.go
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,11 @@
21
21
package replaytests
22
22
23
23
import (
24
-
"go.uber.org/cadence/workflow"
25
-
"go.uber.org/zap"
26
24
"time"
25
+
26
+
"go.uber.org/zap"
27
+
28
+
"go.uber.org/cadence/workflow"
27
29
)
28
30
29
31
// greetingsWorkflowActivity demonstrates the case in replayer where if an activity name is changed in a workflow or if a new activity is introdced in a workflow then the shdower fails.
0 commit comments