mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix test
This commit is contained in:
parent
23f334dd13
commit
81e57bd45e
|
@ -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…
Reference in a new issue