Skip to content

Commit 5f9424d

Browse files
authored
Update blockchain_test.go
1 parent fa1bcdc commit 5f9424d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

framework/components/blockchain/blockchain_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import (
1414
func TestAnvil(t *testing.T) {
1515
anvilOut, err := NewBlockchainNetwork(&Input{
1616
Type: "anvil",
17+
Port: "8555",
1718
})
1819
require.NoError(t, err)
1920

0 commit comments

Comments
 (0)