mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-11 12:21:20 +00:00
tmlibs/common/test -> tmlibs/test
This commit is contained in:
@ -5,9 +5,9 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
cmn "github.com/tendermint/tmlibs/common"
|
|
||||||
ctest "github.com/tendermint/tmlibs/common/test"
|
|
||||||
wire "github.com/tendermint/go-wire"
|
wire "github.com/tendermint/go-wire"
|
||||||
|
cmn "github.com/tendermint/tmlibs/common"
|
||||||
|
ctest "github.com/tendermint/tmlibs/test"
|
||||||
)
|
)
|
||||||
|
|
||||||
func makeTxs(cnt, size int) Txs {
|
func makeTxs(cnt, size int) Txs {
|
||||||
|
@ -3,9 +3,9 @@ package types
|
|||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
|
||||||
. "github.com/tendermint/tmlibs/common"
|
|
||||||
. "github.com/tendermint/tmlibs/common/test"
|
|
||||||
"github.com/tendermint/go-crypto"
|
"github.com/tendermint/go-crypto"
|
||||||
|
. "github.com/tendermint/tmlibs/common"
|
||||||
|
. "github.com/tendermint/tmlibs/test"
|
||||||
|
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user