瀏覽代碼

tests: removed missing block test

obscuren 10 年之前
父節點
當前提交
6c2f6f5b03
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      tests/block_test.go

+ 0 - 4
tests/block_test.go

@@ -32,10 +32,6 @@ func TestBcInvalidRLPTests(t *testing.T) {
 	runBlockTestsInFile("files/BlockTests/bcInvalidRLPTest.json", []string{}, t)
 }
 
-func TestBcJSAPITests(t *testing.T) {
-	runBlockTestsInFile("files/BlockTests/bcJS_API_Test.json", []string{}, t)
-}
-
 func TestBcRPCAPITests(t *testing.T) {
 	runBlockTestsInFile("files/BlockTests/bcRPC_API_Test.json", []string{}, t)
 }