Skip to content

Commit 0bc68f5

Browse files
authored
Merge pull request #2371 from redis/feature/fewer-deps
Reduce (chain) of test dependencies
2 parents 2b9bd23 + 7fa451c commit 0bc68f5

39 files changed

+616
-1513
lines changed

cluster_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
"testing"
1313
"time"
1414

15-
. "github.com/onsi/ginkgo"
16-
. "github.com/onsi/gomega"
15+
. "github.com/bsm/ginkgo/v2"
16+
. "github.com/bsm/gomega"
1717
"github.com/stretchr/testify/assert"
1818

1919
"github.com/redis/go-redis/v9"

command_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66

77
"github.com/redis/go-redis/v9"
88

9-
. "github.com/onsi/ginkgo"
10-
. "github.com/onsi/gomega"
9+
. "github.com/bsm/ginkgo/v2"
10+
. "github.com/bsm/gomega"
1111
)
1212

1313
var _ = Describe("Cmd", func() {

commands_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"strconv"
99
"time"
1010

11-
. "github.com/onsi/ginkgo"
12-
. "github.com/onsi/gomega"
11+
. "github.com/bsm/ginkgo/v2"
12+
. "github.com/bsm/gomega"
1313

1414
"github.com/redis/go-redis/v9"
1515
"github.com/redis/go-redis/v9/internal/proto"

example/del-keys-without-ttl/go.sum

Lines changed: 8 additions & 144 deletions
Large diffs are not rendered by default.

example/hll/go.sum

Lines changed: 4 additions & 158 deletions
Large diffs are not rendered by default.

example/lua-scripting/go.sum

Lines changed: 4 additions & 158 deletions
Large diffs are not rendered by default.

example/otel/go.sum

Lines changed: 6 additions & 69 deletions
Large diffs are not rendered by default.

example/redis-bloom/go.sum

Lines changed: 4 additions & 158 deletions
Large diffs are not rendered by default.

example/scan-struct/go.sum

Lines changed: 4 additions & 158 deletions
Large diffs are not rendered by default.

extra/rediscensus/go.sum

Lines changed: 4 additions & 131 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)