Skip to content

Commit

Permalink
bind different ports for tests, changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Nov 1, 2024
1 parent 2885ddc commit 1edc2b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions framework/.changeset/v0.1.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Local Blockscout stack for one node
2 changes: 1 addition & 1 deletion framework/components/simple_node_set/nodeset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestDockerNodeSetSharedDB(t *testing.T) {
Type: "anvil",
Image: "f4hrenh9it/foundry",
PullImage: true,
Port: "8545",
Port: "8546",
ChainID: "31337",
},
nodeSetInput: &ns.Input{
Expand Down

0 comments on commit 1edc2b0

Please sign in to comment.