summaryrefslogtreecommitdiff
path: root/plugins/factory/tests/factory_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/factory/tests/factory_test.go')
-rw-r--r--plugins/factory/tests/factory_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/factory/tests/factory_test.go b/plugins/factory/tests/factory_test.go
index 880a7cf8..38e939e1 100644
--- a/plugins/factory/tests/factory_test.go
+++ b/plugins/factory/tests/factory_test.go
@@ -7,9 +7,9 @@ import (
"time"
"github.com/spiral/endure"
+ "github.com/spiral/roadrunner/v2/plugins/config"
+ "github.com/spiral/roadrunner/v2/plugins/factory"
"github.com/stretchr/testify/assert"
- "github.com/temporalio/roadrunner-temporal/config"
- "github.com/temporalio/roadrunner-temporal/factory"
)
func TestFactory(t *testing.T) {