From 4fd2e882674e9e8b591ec182155b4ba90223af21 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 16 Oct 2020 12:43:02 +0300 Subject: Fix old deps in tests --- plugins/factory/tests/factory_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/factory/tests') 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) { -- cgit v1.2.3