Skip to content

Commit

Permalink
fix: make test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
rustcandy committed Nov 28, 2024
1 parent 1f306b0 commit 8e1e8c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ config:
grpc:
insecure: true
address: "http://localhost:9090"
ignore_connect_vote_extension_tx: false
`

var config nodeconfig.Config
Expand Down Expand Up @@ -57,6 +59,7 @@ config:
max_connections: 10
grpc:
address: http://localhost:9090
ignore_connect_vote_extension_tx: false
`
require.Equal(t, strings.TrimLeft(expected, "\n"), string(bz))
}

0 comments on commit 8e1e8c8

Please sign in to comment.