Commit 4c701405 authored by suyanlong's avatar suyanlong

Fix import path

parent 1f04d73d
...@@ -3,9 +3,10 @@ package order ...@@ -3,9 +3,10 @@ package order
import ( import (
"testing" "testing"
"github.com/meshplus/bitxhub-kit/log"
"github.com/meshplus/bitxhub-kit/storage/leveldb" "github.com/meshplus/bitxhub-kit/storage/leveldb"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"gitlab.33.cn/link33/sidecar/pkg/log"
) )
func TestReqLookUp_Add(t *testing.T) { func TestReqLookUp_Add(t *testing.T) {
......
...@@ -5,10 +5,10 @@ import ( ...@@ -5,10 +5,10 @@ import (
"io/ioutil" "io/ioutil"
"testing" "testing"
"github.com/meshplus/bitxhub-kit/log"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"gitlab.33.cn/link33/sidecar/model/pb" "gitlab.33.cn/link33/sidecar/model/pb"
"gitlab.33.cn/link33/sidecar/pkg/log"
) )
func TestFabV14ValidatorWasm_Verify(t *testing.T) { func TestFabV14ValidatorWasm_Verify(t *testing.T) {
......
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