Browse Source

fix test

pull/4868/head
chrislu 1 year ago
parent
commit
81e57bd45e
  1. 2
      weed/mq/balancer/allocate_test.go

2
weed/mq/balancer/allocate_test.go

@ -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 {

Loading…
Cancel
Save