We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830a1b9 commit 54c2d39Copy full SHA for 54c2d39
1 file changed
redis/redis_test.go
@@ -44,7 +44,7 @@ func TestRedis_SessionMany(t *testing.T) {
44
func TestGetRedisStore(t *testing.T) {
45
t.Run("unmatched type", func(t *testing.T) {
46
type store struct{ Store }
47
- err, rediStore := GetRedisStore(store{})
+ rediStore, err := GetRedisStore(store{})
48
if err == nil || rediStore != nil {
49
t.Fail()
50
}
0 commit comments