mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-13 15:33:47 +00:00
rm : t.parallel()
This commit is contained in:
parent
460bd4dde7
commit
6b651f4956
1 changed files with 0 additions and 1 deletions
|
|
@ -130,7 +130,6 @@ func testGetTransactionByBlockNumberAndIndex(t *testing.T, publicTransactionPool
|
||||||
// This Testcase tests functions for RPC API calls.
|
// This Testcase tests functions for RPC API calls.
|
||||||
// NOTE : Changes to this function might affect the child testcases.
|
// NOTE : Changes to this function might affect the child testcases.
|
||||||
func TestAPIs(t *testing.T) {
|
func TestAPIs(t *testing.T) {
|
||||||
t.Parallel()
|
|
||||||
|
|
||||||
defer func() {
|
defer func() {
|
||||||
if err := stack.Close(); err != nil {
|
if err := stack.Close(); err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue