Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Apr 8, 2024
1 parent 129e3c7 commit 7dbb124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multiversx_sdk_cli/tests/test_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ def test_query_contract():
[
"contract",
"query",
"erd1qqqqqqqqqqqqqpgq8z2zzyu30f4607hth0tfj5m3vpjvwrvvrawqw09jem",
"erd1qqqqqqqqqqqqqpgq6qr0w0zzyysklfneh32eqp2cf383zc89d8sstnkl60",
"--function",
"getSum",
"--proxy",
"https://testnet-api.multiversx.com",
"https://devnet-api.multiversx.com",
]
)
assert False if result else True
Expand Down

0 comments on commit 7dbb124

Please sign in to comment.