Skip to content

Commit

Permalink
fixup: respond to review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Feb 26, 2024
1 parent 5fe0340 commit 81f894d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/load/load_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var _ = ginkgo.Describe("[Load Simulator]", ginkgo.Ordered, func() {
blockchainID := subnet.Chains[0].ChainID

nodeURIs := tmpnet.GetNodeURIs(network.Nodes)
validatorIDs := set.Set[ids.NodeID]{}
validatorIDs := set.NewSet[ids.NodeID](len(subnet.ValidatorIDs))
validatorIDs.Add(subnet.ValidatorIDs...)
rpcEndpoints := make([]string, 0, len(nodeURIs))
for _, nodeURI := range nodeURIs {
Expand Down

0 comments on commit 81f894d

Please sign in to comment.