diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/factory/tests/factory_test.go | 4 |
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) { |