OSDN Git Service

init for remove issue (#63)
[bytom/vapor.git] / test / wallet_test.go
diff --git a/test/wallet_test.go b/test/wallet_test.go
deleted file mode 100644 (file)
index 9d2fca2..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-// +build functional
-
-package test
-
-import (
-       "testing"
-
-       log "github.com/sirupsen/logrus"
-)
-
-func TestWallet(t *testing.T) {
-       log.SetLevel(log.ErrorLevel)
-       walk(t, walletTestDir, func(t *testing.T, name string, test *walletTestConfig) {
-               if err := test.Run(); err != nil {
-                       t.Fatal(err)
-               }
-       })
-}