This commit is contained in:
chrislu 2023-09-25 08:20:03 -07:00
parent 23f334dd13
commit 81e57bd45e

View File

@ -43,7 +43,7 @@ func Test_allocateOneBroker(t *testing.T) {
type args struct {
brokers cmap.ConcurrentMap[string, *BrokerStats]
partitionCount int
partitionCount int32
}
func testThem(t *testing.T, tests []struct {