Skip to content

Commit 8e1e8c8

Browse files
committed
fix: make test pass
1 parent 1f306b0 commit 8e1e8c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

node/config/config_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ config:
2323
grpc:
2424
insecure: true
2525
address: "http://localhost:9090"
26+
27+
ignore_connect_vote_extension_tx: false
2628
`
2729

2830
var config nodeconfig.Config
@@ -57,6 +59,7 @@ config:
5759
max_connections: 10
5860
grpc:
5961
address: http://localhost:9090
62+
ignore_connect_vote_extension_tx: false
6063
`
6164
require.Equal(t, strings.TrimLeft(expected, "\n"), string(bz))
6265
}

0 commit comments

Comments
 (0)