mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 08:21:05 +00:00
Remove forgotten dbg! in a snowbridge test (#3322)
Forgotten in #3287 😅
This commit is contained in:
committed by
GitHub
parent
1b66bb51b5
commit
15103d7a86
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user