mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
node: ConfigFromViper
This commit is contained in:
@ -8,7 +8,8 @@ import (
|
||||
)
|
||||
|
||||
func TestNodeStartStop(t *testing.T) {
|
||||
config := tendermint_test.ResetConfig("node_node_test")
|
||||
viperConfig := tendermint_test.ResetConfig("node_node_test")
|
||||
config := ConfigFromViper(viperConfig)
|
||||
|
||||
// Create & start node
|
||||
n := NewNodeDefault(config)
|
||||
|
Reference in New Issue
Block a user