Skip to content

Commit

Permalink
nit for brani
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Feb 2, 2024
1 parent a944787 commit 5290677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/snowbridge/runtime/test-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ pub fn send_transfer_token_message_success<Runtime, XcmConfig>(
<snowbridge_pallet_outbound_queue::Pallet<Runtime>>::on_finalize(next_block_number);
let included_head = <frame_system::Pallet<Runtime>>::finalize();

let origin: ParaId = (assethub_parachain_id as u32).into();
let origin: ParaId = assethub_parachain_id.into();

This comment has been minimized.

Copy link
@bkontur

bkontur Feb 2, 2024

Contributor

❤️

let channel_id: ChannelId = origin.into();

let nonce = snowbridge_pallet_outbound_queue::Nonce::<Runtime>::try_get(channel_id);
Expand Down

0 comments on commit 5290677

Please sign in to comment.