From f01d94ae53dd5f277d3337c3a7368e463881d619 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 10 Jun 2021 22:46:11 +0300 Subject: [PATCH] cli: band-aid failing TestNEP11_OwnerOf_BalanceOf_Transfer --- cli/nep11_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/nep11_test.go b/cli/nep11_test.go index 3c19036b1..0a0809129 100644 --- a/cli/nep11_test.go +++ b/cli/nep11_test.go @@ -125,6 +125,7 @@ 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",