Skip to content

Commit

Permalink
add comment for payload
Browse files Browse the repository at this point in the history
  • Loading branch information
byteZorvin committed Sep 6, 2024
1 parent 60861d0 commit 10aa7b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/bridge/tests/messaging_test.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ fn deploy_message_payload_ok() {
let calldata = TokenBridge::deployment_message_payload(usdc_address);

let expected_calldata: Span<felt252> = array![
327360033215303420453874031627788877836422131767619347074434581266068999983,
327360033215303420453874031627788877836422131767619347074434581266068999983, // usdc_address
0,
1431520323,
1431520323, // -- USDC
4,
0,
1431520323,
1431520323, // USDC
4,
18
18 // Decimals
]
.span();
assert(calldata == expected_calldata, 'Incorrect serialisation');
Expand Down

0 comments on commit 10aa7b9

Please sign in to comment.