Browse Source

tmlibs/common/test -> tmlibs/test

pull/456/head
Ethan Buchman 8 years ago
parent
commit
a70c95b79e
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      types/tx_test.go
  2. +2
    -2
      types/vote_set_test.go

+ 2
- 2
types/tx_test.go View File

@ -5,9 +5,9 @@ import (
"testing"
"github.com/stretchr/testify/assert"
cmn "github.com/tendermint/tmlibs/common"
ctest "github.com/tendermint/tmlibs/common/test"
wire "github.com/tendermint/go-wire"
cmn "github.com/tendermint/tmlibs/common"
ctest "github.com/tendermint/tmlibs/test"
)
func makeTxs(cnt, size int) Txs {


+ 2
- 2
types/vote_set_test.go View File

@ -3,9 +3,9 @@ package types
import (
"bytes"
. "github.com/tendermint/tmlibs/common"
. "github.com/tendermint/tmlibs/common/test"
"github.com/tendermint/go-crypto"
. "github.com/tendermint/tmlibs/common"
. "github.com/tendermint/tmlibs/test"
"testing"
)


Loading…
Cancel
Save