mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
node: reorder service construction (#8262)
This commit is contained in:
@@ -147,7 +147,7 @@ func TestNodeSetAppVersion(t *testing.T) {
|
||||
assert.Equal(t, state.Version.Consensus.App, appVersion)
|
||||
|
||||
// check version is set in node info
|
||||
assert.Equal(t, n.nodeInfoProducer().ProtocolVersion.App, appVersion)
|
||||
assert.Equal(t, n.nodeInfo.ProtocolVersion.App, appVersion)
|
||||
}
|
||||
|
||||
func TestNodeSetPrivValTCP(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user