aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-27 13:21:54 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:54 +0800
commit39d08a8ae65a37adfb774fdbf6e0f6247e94bda5 (patch)
tree759533eca5a46cc5e03e736f674293ac2302e849 /tests
parent0f595a79c871281c6a1bef2c9cafcf2e5e4105b9 (diff)
downloaddexon-39d08a8ae65a37adfb774fdbf6e0f6247e94bda5.tar
dexon-39d08a8ae65a37adfb774fdbf6e0f6247e94bda5.tar.gz
dexon-39d08a8ae65a37adfb774fdbf6e0f6247e94bda5.tar.bz2
dexon-39d08a8ae65a37adfb774fdbf6e0f6247e94bda5.tar.lz
dexon-39d08a8ae65a37adfb774fdbf6e0f6247e94bda5.tar.xz
dexon-39d08a8ae65a37adfb774fdbf6e0f6247e94bda5.tar.zst
dexon-39d08a8ae65a37adfb774fdbf6e0f6247e94bda5.zip
tests: fix tests
Diffstat (limited to 'tests')
-rw-r--r--tests/init_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/init_test.go b/tests/init_test.go
index 7a0bd4635..048f405d2 100644
--- a/tests/init_test.go
+++ b/tests/init_test.go
@@ -34,8 +34,8 @@ import (
)
var (
- baseDir = filepath.Join(".", "testdata")
- blockTestDir = filepath.Join(baseDir, "BlockchainTests")
+ baseDir = filepath.Join(".", "testdata")
+ // blockTestDir = filepath.Join(baseDir, "BlockchainTests")
stateTestDir = filepath.Join(baseDir, "GeneralStateTests")
transactionTestDir = filepath.Join(baseDir, "TransactionTests")
vmTestDir = filepath.Join(baseDir, "VMTests")