Skip to content

Commit a649e5f

Browse files
authored
Fixing import for flow/test
Changed flogo-lib/flow/test import to github.com/TIBCOSoftware/flogo-contrib/action/flow/test
1 parent 34590e5 commit a649e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/create-activity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ import (
126126
"testing"
127127

128128
"github.com/TIBCOSoftware/flogo-lib/core/activity"
129-
"github.com/TIBCOSoftware/flogo-lib/flow/test"
129+
"github.com/TIBCOSoftware/flogo-contrib/action/flow/test"
130130
)
131131

132132
var activityMetadata *activity.Metadata
@@ -197,4 +197,4 @@ To add the new activity to a Flogo engine and use it in a flow you can import it
197197

198198
```bash
199199
flogo install https://github.com/user/activity
200-
```
200+
```

0 commit comments

Comments
 (0)