From 0fa9d2431f54d603ef12c63a322d53d1c214d0a0 Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Tue, 2 Jun 2015 14:47:23 +0200 Subject: Add new 0th gen uncle test --- tests/block_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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) { -- cgit v1.2.3