mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +00:00
tests: removed missing block test
This commit is contained in:
parent
a6b46420d0
commit
6c2f6f5b03
1 changed files with 0 additions and 4 deletions
|
|
@ -32,10 +32,6 @@ func TestBcInvalidRLPTests(t *testing.T) {
|
||||||
runBlockTestsInFile("files/BlockTests/bcInvalidRLPTest.json", []string{}, 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) {
|
func TestBcRPCAPITests(t *testing.T) {
|
||||||
runBlockTestsInFile("files/BlockTests/bcRPC_API_Test.json", []string{}, t)
|
runBlockTestsInFile("files/BlockTests/bcRPC_API_Test.json", []string{}, t)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue