Skip to content

Commit 6c2f6f5

Browse files
committed
tests: removed missing block test
1 parent a6b4642 commit 6c2f6f5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/block_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ func TestBcInvalidRLPTests(t *testing.T) {
3232
runBlockTestsInFile("files/BlockTests/bcInvalidRLPTest.json", []string{}, t)
3333
}
3434

35-
func TestBcJSAPITests(t *testing.T) {
36-
runBlockTestsInFile("files/BlockTests/bcJS_API_Test.json", []string{}, t)
37-
}
38-
3935
func TestBcRPCAPITests(t *testing.T) {
4036
runBlockTestsInFile("files/BlockTests/bcRPC_API_Test.json", []string{}, t)
4137
}

0 commit comments

Comments
 (0)