aboutsummaryrefslogtreecommitdiff
path: root/weed/mq/balancer/allocate_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/mq/balancer/allocate_test.go')
-rw-r--r--weed/mq/balancer/allocate_test.go2
1 files changed, 1 insertions, 1 deletions
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 {