Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Nov 22, 2024
1 parent 65ac93e commit d40e15d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions tests/ulm-with-contract/types.str-raw.run
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
push "strEndpoint";
hold_string_from_test_stack;
hold_list_values_from_test_stack;
hold_list_values_from_test_stack;
encode_call_data;
push "strEndpoint";
hold_string_from_test_stack;
hold_list_values_from_test_stack;
hold_list_values_from_test_stack;
encode_call_data;

return_value;
mock CallData;
return_value;
mock CallData;

call_contract 12345;
return_value;
check_eq ();

push_status;
check_eq 2;
push_status;
check_eq 2;

check_raw_output
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20" +
Expand Down
18 changes: 9 additions & 9 deletions tests/ulm-with-contract/types.str.run
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
push "strEndpoint";
hold_string_from_test_stack;
hold_list_values_from_test_stack;
hold_list_values_from_test_stack;
encode_call_data;
push "strEndpoint";
hold_string_from_test_stack;
hold_list_values_from_test_stack;
hold_list_values_from_test_stack;
encode_call_data;

return_value;
mock CallData;
return_value;
mock CallData;

call_contract 12345;
return_value;
check_eq ();

push_status;
check_eq 2;
push_status;
check_eq 2;
output_to_arg;
call :: test_helpers :: decode_single_str;
return_value;
Expand Down

0 comments on commit d40e15d

Please sign in to comment.