importing tendermint/config/tendermint_test applies the test config

This commit is contained in:
Jae Kwon
2015-05-17 15:54:45 -07:00
parent 161aa8c5e9
commit 489bf767cb
12 changed files with 17 additions and 24 deletions

View File

@ -5,7 +5,7 @@ import (
"github.com/tendermint/tendermint/account"
. "github.com/tendermint/tendermint/common"
_ "github.com/tendermint/tendermint/test"
_ "github.com/tendermint/tendermint/config/tendermint_test"
)
func TestSendTxSignable(t *testing.T) {