mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
Fix tests; Tests run in their own directory
This commit is contained in:
@ -5,10 +5,14 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/tendermint/go-p2p"
|
||||
_ "github.com/tendermint/tendermint/config/tendermint_test"
|
||||
"github.com/tendermint/tendermint/config/tendermint_test"
|
||||
"github.com/tendermint/tendermint/types"
|
||||
)
|
||||
|
||||
func init() {
|
||||
tendermint_test.ResetConfig("node_node_test")
|
||||
}
|
||||
|
||||
func TestNodeStartStop(t *testing.T) {
|
||||
|
||||
// Get PrivValidator
|
||||
|
Reference in New Issue
Block a user