aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-06-02 20:47:23 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-06-02 20:47:23 +0800
commit0fa9d2431f54d603ef12c63a322d53d1c214d0a0 (patch)
treef5eacaf62c8196f0f5e615666cfcc20941cd06b1 /tests
parent8a76b45253ba06571acc7d78de702762d060ed56 (diff)
downloadgo-tangerine-0fa9d2431f54d603ef12c63a322d53d1c214d0a0.tar
go-tangerine-0fa9d2431f54d603ef12c63a322d53d1c214d0a0.tar.gz
go-tangerine-0fa9d2431f54d603ef12c63a322d53d1c214d0a0.tar.bz2
go-tangerine-0fa9d2431f54d603ef12c63a322d53d1c214d0a0.tar.lz
go-tangerine-0fa9d2431f54d603ef12c63a322d53d1c214d0a0.tar.xz
go-tangerine-0fa9d2431f54d603ef12c63a322d53d1c214d0a0.tar.zst
go-tangerine-0fa9d2431f54d603ef12c63a322d53d1c214d0a0.zip
Add new 0th gen uncle test
Diffstat (limited to 'tests')
-rw-r--r--tests/block_test.go1
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) {