rm : t.parallel()

This commit is contained in:
Shivam Sharma 2022-08-03 23:26:45 +05:30
parent 460bd4dde7
commit 6b651f4956

View file

@ -130,7 +130,6 @@ func testGetTransactionByBlockNumberAndIndex(t *testing.T, publicTransactionPool
// This Testcase tests functions for RPC API calls.
// NOTE : Changes to this function might affect the child testcases.
func TestAPIs(t *testing.T) {
t.Parallel()
defer func() {
if err := stack.Close(); err != nil {