diff options
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) { } }) } +*/ |