Skip to content

Commit fdc1d87

Browse files
committed
x
1 parent 1539819 commit fdc1d87

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

action/protocol/execution/evm/evmstatedbadapter_test.go

-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ func TestRefundAPIs(t *testing.T) {
6161

6262
ctx := context.Background()
6363
cfg := config.Default
64-
cfg.Explorer.Enabled = true
6564
sf, err := factory.NewFactory(cfg, factory.InMemTrieOption())
6665
require.NoError(err)
6766
require.NoError(sf.Start(ctx))
@@ -85,7 +84,6 @@ func TestEmptyAndCode(t *testing.T) {
8584

8685
ctx := context.Background()
8786
cfg := config.Default
88-
cfg.Explorer.Enabled = true
8987
sf, err := factory.NewFactory(cfg, factory.InMemTrieOption())
9088
require.NoError(err)
9189
require.NoError(sf.Start(ctx))
@@ -149,7 +147,6 @@ func TestNonce(t *testing.T) {
149147

150148
ctx := context.Background()
151149
cfg := config.Default
152-
cfg.Explorer.Enabled = true
153150
sf, err := factory.NewFactory(cfg, factory.InMemTrieOption())
154151
require.NoError(err)
155152
require.NoError(sf.Start(ctx))

0 commit comments

Comments
 (0)