We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b4642 commit 6c2f6f5Copy full SHA for 6c2f6f5
tests/block_test.go
@@ -32,10 +32,6 @@ func TestBcInvalidRLPTests(t *testing.T) {
32
runBlockTestsInFile("files/BlockTests/bcInvalidRLPTest.json", []string{}, t)
33
}
34
35
-func TestBcJSAPITests(t *testing.T) {
36
- runBlockTestsInFile("files/BlockTests/bcJS_API_Test.json", []string{}, t)
37
-}
38
-
39
func TestBcRPCAPITests(t *testing.T) {
40
runBlockTestsInFile("files/BlockTests/bcRPC_API_Test.json", []string{}, t)
41
0 commit comments