diff options
Diffstat (limited to 'tests')
-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) { |