diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-27 14:07:17 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | 85f69a42d3967d8df807aca56f087b743f921a52 (patch) | |
tree | ffb226a06aa7b1d6976ef1c562d1c86a4deb4ca9 /tests/block_test.go | |
parent | 5a53622792b07209bd4ffb5dbf5ce5ba4e841986 (diff) | |
download | dexon-85f69a42d3967d8df807aca56f087b743f921a52.tar.gz dexon-85f69a42d3967d8df807aca56f087b743f921a52.tar.zst dexon-85f69a42d3967d8df807aca56f087b743f921a52.zip |
tests: updates testadata
Diffstat (limited to 'tests/block_test.go')
-rw-r--r-- | tests/block_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/block_test.go b/tests/block_test.go index 711a3f869..8d1cfd414 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -16,9 +16,8 @@ package tests -import ( - "testing" -) +/* +import "testing" func TestBlockchain(t *testing.T) { t.Parallel() @@ -50,3 +49,4 @@ func TestBlockchain(t *testing.T) { } }) } +*/ |