From 81e57bd45eaf9cda4682dc765202342ed92d07ab Mon Sep 17 00:00:00 2001 From: chrislu Date: Mon, 25 Sep 2023 08:20:03 -0700 Subject: [PATCH] fix test --- weed/mq/balancer/allocate_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/mq/balancer/allocate_test.go b/weed/mq/balancer/allocate_test.go index cb87d4ec3..f5f9d49e3 100644 --- a/weed/mq/balancer/allocate_test.go +++ b/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 {