diff --git a/tests.repo.redis_test.go b/tests.repo.redis_test.go index 9350cbe..e046dbc 100644 --- a/tests.repo.redis_test.go +++ b/tests.repo.redis_test.go @@ -6,8 +6,8 @@ import ( "reflect" "testing" - "github.com/go-redis/redis/v9" "github.com/ory/dockertest/v3" + "github.com/redis/go-redis/v9" "github.com/stretchr/testify/assert" "go.uber.org/zap" )