diff options
Diffstat (limited to 'lib/roadrunner_test.go')
-rw-r--r-- | lib/roadrunner_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/roadrunner_test.go b/lib/roadrunner_test.go index 7f6bcbca..a178e231 100644 --- a/lib/roadrunner_test.go +++ b/lib/roadrunner_test.go @@ -6,7 +6,8 @@ import ( "time" "github.com/roadrunner-server/endure/pkg/fsm" - "github.com/roadrunner-server/resetter/v2" + "github.com/roadrunner-server/informer/v3" + "github.com/roadrunner-server/resetter/v3" "github.com/roadrunner-server/roadrunner/v2/lib" "github.com/stretchr/testify/assert" ) |