Skip to content

Commit

Permalink
Update benchmark file
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaBothara committed Sep 25, 2024
1 parent 7b0c1a9 commit d1d47bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallet/xrpl-bridge/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ benchmarks! {
let xrpl_symbol =
XRPLCurrencyType::NonStandard(hex!("524F4F5400000000000000000000000000000000").into());
let xrpl_currency = XRPLCurrency { symbol: xrpl_symbol.clone(), issuer: destination };
}: _(RawOrigin::Root, asset_id, xrpl_currency)
}: _(RawOrigin::Root, asset_id, Some(xrpl_currency))
verify {
assert_eq!(AssetIdToXRPL::<T>::get(asset_id), Some(xrpl_currency));
assert_eq!(XRPLToAssetId::<T>::get(xrpl_currency), Some(asset_id));
Expand Down

0 comments on commit d1d47bb

Please sign in to comment.