Skip to content

Commit

Permalink
fix(ci): go-redis unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweak committed Dec 24, 2024
1 parent 6d48057 commit 0bf47f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-redis/go-redis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func getRedisInstance() (core.Storer, error) {

func getRedisConfigurationInstance() (core.Storer, error) {
return redis.Factory(core.CacheProvider{Configuration: map[string]interface{}{
"Addrs": "localhost:6379",
"Addrs": []string{"localhost:6379"},
}}, zap.NewNop().Sugar(), 0)
}

Expand Down

0 comments on commit 0bf47f3

Please sign in to comment.