소스 검색

Add new 0th gen uncle test

Gustav Simonsson 10 년 전
부모
커밋
0fa9d2431f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/block_test.go

+ 1 - 0
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) {