diff options
Diffstat (limited to 'lib/roadrunner_test.go')
-rw-r--r-- | lib/roadrunner_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/roadrunner_test.go b/lib/roadrunner_test.go index d25e7380..7a932b7e 100644 --- a/lib/roadrunner_test.go +++ b/lib/roadrunner_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/roadrunner-server/informer/v3" - "github.com/roadrunner-server/resetter/v3" + "github.com/roadrunner-server/informer/v4" + "github.com/roadrunner-server/resetter/v4" "github.com/roadrunner-server/roadrunner/v2/lib" "github.com/stretchr/testify/assert" ) |