diff options
| author | chrislu <chris.lu@gmail.com> | 2023-09-25 08:20:03 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-09-25 08:20:03 -0700 |
| commit | 81e57bd45eaf9cda4682dc765202342ed92d07ab (patch) | |
| tree | 33520846e882fce41a8057351db3695e19f892f3 | |
| parent | 23f334dd13f1bf801a6f5df14742db8526b29afe (diff) | |
| download | seaweedfs-81e57bd45eaf9cda4682dc765202342ed92d07ab.tar.xz seaweedfs-81e57bd45eaf9cda4682dc765202342ed92d07ab.zip | |
fix test
| -rw-r--r-- | weed/mq/balancer/allocate_test.go | 2 |
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 { |
