Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaBothara committed Sep 25, 2024
1 parent d1d47bb commit fe6c154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallet/xrpl-bridge/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1592,6 +1592,7 @@ fn remove_xrpl_asset_map_works() {
#[test]
fn remove_xrpl_asset_map_fails_with_no_mapping() {
TestExt::<Test>::default().build().execute_with(|| {
let asset_id = 1;
let xrpl_currency = None;
assert_noop!(
XRPLBridge::set_xrpl_asset_map(RuntimeOrigin::root(), asset_id, xrpl_currency),
Expand Down

0 comments on commit fe6c154

Please sign in to comment.