Skip to content
Snippets Groups Projects
Unverified Commit 15103d7a authored by Francisco Aguirre's avatar Francisco Aguirre Committed by GitHub
Browse files

Remove forgotten dbg! in a snowbridge test (#3322)

Forgotten in #3287 :sweat_smile:
parent 1b66bb51
Branches
No related merge requests found
Pipeline #444978 failed with stages
in 38 minutes and 12 seconds
......@@ -188,7 +188,6 @@ pub fn send_transfer_token_message_success<Runtime, XcmConfig>(
let channel_id: ChannelId = origin.into();
let nonce = snowbridge_pallet_outbound_queue::Nonce::<Runtime>::try_get(channel_id);
dbg!(&nonce);
assert_ok!(nonce);
assert_eq!(nonce.unwrap(), 1);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment