Skip to content

Commit

Permalink
change test argument
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Apr 17, 2024
1 parent ac6854e commit b9114e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multiversx_sdk_cli/tests/test_cli_contracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def test_contract_commands_argument_parameter():
"--nonce", "7",
"--chain", "D",
"--gas-limit", "5000000",
"--arguments", "invalidargument",
"--arguments", "foobar",
])
assert return_code

Expand All @@ -312,7 +312,7 @@ def test_contract_commands_argument_parameter():
"--nonce", "7",
"--chain", "D",
"--gas-limit", "5000000",
"--arguments", "str:invalidargument",
"--arguments", "str:foobar",
])
assert not return_code

Expand Down

0 comments on commit b9114e0

Please sign in to comment.