mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
fix loop lint
This commit is contained in:
parent
63116e4a83
commit
b67999215c
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@ func TestClusterResize_RemoveNode(t *testing.T) {
|
|||
func TestClusterMutualTLS(t *testing.T) {
|
||||
commandOpts := make([][]server.CommandOption, 3)
|
||||
configs := make([]*server.Config, 3)
|
||||
for i, _ := range configs {
|
||||
for i := range configs {
|
||||
conf := server.NewConfig()
|
||||
configs[i] = conf
|
||||
conf.Bind = "https://localhost:0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue