Skip to content

Commit 1edc2b0

Browse files
committed
bind different ports for tests, changeset
1 parent 2885ddc commit 1edc2b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

framework/.changeset/v0.1.5.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Local Blockscout stack for one node

framework/components/simple_node_set/nodeset_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func TestDockerNodeSetSharedDB(t *testing.T) {
7878
Type: "anvil",
7979
Image: "f4hrenh9it/foundry",
8080
PullImage: true,
81-
Port: "8545",
81+
Port: "8546",
8282
ChainID: "31337",
8383
},
8484
nodeSetInput: &ns.Input{

0 commit comments

Comments
 (0)