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

@ -4,7 +4,7 @@ import (
"bytes"
"testing"
_ "github.com/tendermint/tendermint/test"
_ "github.com/tendermint/tendermint/config/tendermint_test"
"github.com/tendermint/tendermint/types"
)