Skip to content

Commit

Permalink
Use db13 for inspeq package testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiken committed Jan 31, 2021
1 parent 97b5516 commit efe197a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inspeq/inspector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var testLogger *log.Logger

func init() {
flag.StringVar(&redisAddr, "redis_addr", "localhost:6379", "redis address to use in testing")
flag.IntVar(&redisDB, "redis_db", 14, "redis db number to use in testing")
flag.IntVar(&redisDB, "redis_db", 13, "redis db number to use in testing")
flag.BoolVar(&useRedisCluster, "redis_cluster", false, "use redis cluster as a broker in testing")
flag.StringVar(&redisClusterAddrs, "redis_cluster_addrs", "localhost:7000,localhost:7001,localhost:7002", "comma separated list of redis server addresses")
flag.Var(&testLogLevel, "loglevel", "log level to use in testing")
Expand Down Expand Up @@ -2709,4 +2709,4 @@ func TestParseOption(t *testing.T) {
}
})
}
}
}

0 comments on commit efe197a

Please sign in to comment.