Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Nov 6, 2024
1 parent 18d2510 commit 9eae7de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions framework/components/simple_node_set/nodeset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ func TestDockerNodeSetSharedDB(t *testing.T) {
ChainID: "31337",
},
nodeSetInput: &ns.Input{
Nodes: 2,
OverrideMode: "each",
Nodes: 2,
OverrideMode: "each",
HTTPPortRangeStart: 20000,
P2PPortRangeStart: 22000,
NodeSpecs: []*clnode.Input{
{
DataProviderURL: "http://example.com",
Expand Down

0 comments on commit 9eae7de

Please sign in to comment.