X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=test%2Fprotocol_test.go;fp=test%2Fprotocol_test.go;h=094fa0f08e1db570e96e3acea89994ee10a138a9;hb=33b33af46f907af24db14143f5dbb83699ae17f8;hp=b02a5116daa4f958ab13abee7421b249f2e6a7c8;hpb=069119567369774d3b4bd21475107393fc475a3e;p=bytom%2Fvapor.git diff --git a/test/protocol_test.go b/test/protocol_test.go index b02a5116..094fa0f0 100644 --- a/test/protocol_test.go +++ b/test/protocol_test.go @@ -6,9 +6,9 @@ import ( "os" "testing" - dbm "github.com/tendermint/tmlibs/db" - "github.com/vapor/consensus" + dbm "github.com/vapor/database/db" + _ "github.com/vapor/database/leveldb" "github.com/vapor/protocol/bc/types" "github.com/vapor/protocol/vm" )