1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

chore: fewer test dependencies

This commit is contained in:
Dimitrij Denissenko
2023-01-27 15:00:49 +00:00
parent 805bfc2c60
commit 7fa451c740
39 changed files with 616 additions and 1513 deletions

View File

@ -4,7 +4,7 @@ import (
"testing"
"time"
. "github.com/onsi/gomega"
. "github.com/bsm/gomega"
)
func TestRetryBackoff(t *testing.T) {