diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-06-02 20:47:23 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-06-02 20:47:23 +0800 |
commit | 0fa9d2431f54d603ef12c63a322d53d1c214d0a0 (patch) | |
tree | f5eacaf62c8196f0f5e615666cfcc20941cd06b1 /tests/block_test.go | |
parent | 8a76b45253ba06571acc7d78de702762d060ed56 (diff) | |
download | dexon-0fa9d2431f54d603ef12c63a322d53d1c214d0a0.tar.gz dexon-0fa9d2431f54d603ef12c63a322d53d1c214d0a0.tar.zst dexon-0fa9d2431f54d603ef12c63a322d53d1c214d0a0.zip |
Add new 0th gen uncle test
Diffstat (limited to 'tests/block_test.go')
-rw-r--r-- | tests/block_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/block_test.go b/tests/block_test.go index f5dfac017..8191d56a2 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -18,6 +18,7 @@ func TestBcValidBlockTests(t *testing.T) { func TestBcUncleTests(t *testing.T) { runBlockTestsInFile("files/BlockTests/bcUncleTest.json", []string{}, t) + runBlockTestsInFile("files/BlockTests/bcBruncleTest.json", []string{}, t) } func TestBcUncleHeaderValidityTests(t *testing.T) { |