Commit 19116644 authored by vipwzw's avatar vipwzw Committed by 33cn

auto ci

parent 9318c7b5
......@@ -10,9 +10,9 @@ import (
"github.com/33cn/chain33/types"
"github.com/33cn/chain33/util"
_ "github.com/33cn/plugin/plugin/dapp/init" //dapp init
node "github.com/33cn/plugin/plugin/dapp/paracross/testnode"
"github.com/stretchr/testify/assert"
_ "github.com/33cn/plugin/plugin/dapp/init" //dapp init
)
func TestParaNode(t *testing.T) {
......
......@@ -7,11 +7,12 @@ package para
import (
"testing"
"time"
"github.com/33cn/chain33/common"
"github.com/33cn/chain33/common/crypto"
"github.com/33cn/chain33/common/log"
"github.com/stretchr/testify/mock"
"time"
_ "github.com/33cn/chain33/system"
"github.com/33cn/chain33/types"
......@@ -25,7 +26,6 @@ func init() {
log.SetLogLevel("error")
}
func getPrivKey(t *testing.T) crypto.PrivKey {
pk, err := common.FromHex("6da92a632ab7deb67d38c0f6560bcfed28167998f6496db64c258d5e8393a81b")
assert.Nil(t, err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment