File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package workflow_test
22
33import (
44 "github.com/stretchr/testify/assert"
5+ "github.com/upstash/workflow-go"
56 "testing"
6- workflow "workflow-go"
77)
88
99func TestCancel (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package main
22
33import (
44 "fmt"
5- "workflow-go"
5+ "github.com/upstash/ workflow-go"
66)
77
88func main () {
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package main
22
33import (
44 "fmt"
5+ "github.com/upstash/workflow-go"
56 "time"
6- workflow "workflow-go"
77)
88
99func main () {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
33import (
44 "encoding/json"
55 "fmt"
6- workflow " workflow-go"
6+ "github.com/upstash/ workflow-go"
77)
88
99func main () {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
33import (
44 "encoding/json"
55 "fmt"
6- workflow " workflow-go"
6+ "github.com/upstash/ workflow-go"
77)
88
99func main () {
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package workflow_test
22
33import (
44 "github.com/stretchr/testify/assert"
5+ "github.com/upstash/workflow-go"
56 "testing"
6- workflow "workflow-go"
77)
88
99func TestLogs (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package workflow_test
33import (
44 "github.com/google/uuid"
55 "github.com/stretchr/testify/assert"
6+ "github.com/upstash/workflow-go"
67 "testing"
7- workflow "workflow-go"
88)
99
1010func TestNotify_WithoutWaiter (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ package workflow_test
33import (
44 "github.com/google/uuid"
55 "github.com/stretchr/testify/assert"
6+ "github.com/upstash/workflow-go"
67 "net/http"
78 "testing"
89 "time"
9- workflow "workflow-go"
1010)
1111
1212func TestTrigger (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ package workflow_test
33import (
44 "encoding/json"
55 "github.com/stretchr/testify/assert"
6+ "github.com/upstash/workflow-go"
67 "os"
78 "strings"
89 "testing"
910 "time"
10- workflow "workflow-go"
1111)
1212
1313var (
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package workflow_test
33import (
44 "github.com/google/uuid"
55 "github.com/stretchr/testify/assert"
6+ "github.com/upstash/workflow-go"
67 "testing"
7- workflow "workflow-go"
88)
99
1010func TestWaiters (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments