From 6ca9c87b9c2e8977a2cff6403962a9004dc72f11 Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Fri, 11 Jun 2021 13:51:58 +0300 Subject: [PATCH] Revert "cli: band-aid failing TestNEP11_OwnerOf_BalanceOf_Transfer" This reverts commit f01d94ae53dd5f277d3337c3a7368e463881d619. Extra GAS is not needed here after HASHY fix. --- cli/nep11_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/nep11_test.go b/cli/nep11_test.go index 48f34e665..b61350c03 100644 --- a/cli/nep11_test.go +++ b/cli/nep11_test.go @@ -125,7 +125,6 @@ func TestNEP11_OwnerOf_BalanceOf_Transfer(t *testing.T) { e.Run(t, "neo-go", "wallet", "nep17", "transfer", "--rpc-endpoint", "http://"+e.RPC.Addr, "--wallet", wall, - "--gas", "0.001", // test fails sometimes running out of GAS "--to", h.StringLE(), "--token", "GAS", "--amount", "10",