Skip to content

Commit

Permalink
Update anvil_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
s29papi authored Nov 19, 2024
1 parent 1d31aff commit 4cb6c03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions anvil/anvil_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ import (
)

func TestAnvil(t *testing.T) {
t.Run("unset default host", func(t *testing.T) {
cfg := config.ChainConfig{ChainID: 10, Port: 0}
testAnvilInstance(t, cfg)
})
t.Run("set default host", func(t *testing.T) {
cfg := config.ChainConfig{ChainID: 10, Port: 0, Host: "127.0.0.1"}
testAnvilInstance(t, cfg)
Expand Down

0 comments on commit 4cb6c03

Please sign in to comment.