mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 19:29:39 +00:00
cli: band-aid failing TestNEP11_OwnerOf_BalanceOf_Transfer
This commit is contained in:
parent
0f23f68dab
commit
f01d94ae53
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue