Skip to content

Commit

Permalink
update integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
kroggen committed Dec 7, 2024
1 parent 3929663 commit f24358d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test-internal-operations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ internal_operations=$(cat internal_operations.json)

assert_equals "$internal_operations" '{
"call": {
"amount": "1000000000000000000",
"contract": "'$test_args_address'",
"function": "default",
"operations": [
Expand Down Expand Up @@ -325,6 +326,7 @@ assert_equals "$internal_operations" '{
"'$test_args_address'"
],
"call": {
"amount": "125000000000000000",
"contract": "'$test_args_address'",
"function": "default",
"operations": [
Expand Down

0 comments on commit f24358d

Please sign in to comment.