diff options
Diffstat (limited to 'tests/block_test.go')
-rw-r--r-- | tests/block_test.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/block_test.go b/tests/block_test.go index b0db5fe56..09fc8ebc9 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -42,6 +42,13 @@ func TestBcUncleTests(t *testing.T) { } } +func TestBcForkUncleTests(t *testing.T) { + err := RunBlockTest(filepath.Join(blockTestDir, "bcForkUncle.json"), BlockSkipTests) + if err != nil { + t.Fatal(err) + } +} + func TestBcInvalidHeaderTests(t *testing.T) { err := RunBlockTest(filepath.Join(blockTestDir, "bcInvalidHeaderTest.json"), BlockSkipTests) if err != nil { |