Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Cleanup test.
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Oct 6, 2023
1 parent b9b9bef commit d72470a
Showing 1 changed file with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1013,20 +1013,8 @@ pub fn handle_transfer_token_message<
RuntimeHelper::<Runtime>::xcm_max_weight(XcmReceivedFrom::Sibling),
)
.ensure_complete());
//
//// check queue after
//assert_eq!(
// pallet_bridge_messages::OutboundLanes::<Runtime, MessagesPalletInstance>::try_get(
// expected_lane_id
// ),
// Ok(OutboundLaneData {
// oldest_unpruned_nonce: 1,
// latest_received_nonce: 0,
// latest_generated_nonce: 1,
// })
//);
//
//// check events

// check events
let mut events = <frame_system::Pallet<Runtime>>::events()
.into_iter()
.filter_map(|e| snowbridge_outbound_queue(e.event.encode()));
Expand Down

0 comments on commit d72470a

Please sign in to comment.