Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nuel77 committed Apr 29, 2024
1 parent 80ccfd0 commit 846fdf8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pallets/ocex/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1511,12 +1511,11 @@ fn test_deposit_account_not_registered() {
assert_ok!(OCEX::set_exchange_state(RuntimeOrigin::root(), true));
mint_into_account(account_id.clone());
allowlist_token(AssetId::Polkadex);
assert_ok!(
OCEX::deposit(
RuntimeOrigin::signed(account_id.clone().into()),
AssetId::Polkadex,
100_u128.into()
));
assert_ok!(OCEX::deposit(
RuntimeOrigin::signed(account_id.clone().into()),
AssetId::Polkadex,
100_u128.into()
));
});
}

Expand Down

0 comments on commit 846fdf8

Please sign in to comment.