diff options
author | Valery Piashchynski <[email protected]> | 2020-10-16 12:43:02 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-10-16 12:43:02 +0300 |
commit | 4fd2e882674e9e8b591ec182155b4ba90223af21 (patch) | |
tree | cd9fef0a080f5bc345b5d44f7194e0d91b1d7609 /plugins | |
parent | a407be25f068a5c0a20a4cf96ddfaf4ccd3af739 (diff) |
Fix old deps in testsv2.0.0-alpha5
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) { |