mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-14 15:09:23 +00:00
fix clippy
This commit is contained in:
@@ -414,10 +414,7 @@ fn can_quote_price() {
|
|||||||
assert_ok!(Dex::create_pool(coin2.try_into().unwrap()));
|
assert_ok!(Dex::create_pool(coin2.try_into().unwrap()));
|
||||||
|
|
||||||
assert_ok!(CoinsPallet::<Test>::mint(user, Balance { coin: coin1, amount: Amount(100000) }));
|
assert_ok!(CoinsPallet::<Test>::mint(user, Balance { coin: coin1, amount: Amount(100000) }));
|
||||||
assert_ok!(CoinsPallet::<Test>::mint(
|
assert_ok!(CoinsPallet::<Test>::mint(user, Balance { coin: coin2, amount: Amount(1000) }));
|
||||||
user,
|
|
||||||
Balance { coin: coin2.into(), amount: Amount(1000) }
|
|
||||||
));
|
|
||||||
|
|
||||||
assert_ok!(Dex::add_liquidity(
|
assert_ok!(Dex::add_liquidity(
|
||||||
RuntimeOrigin::signed(user),
|
RuntimeOrigin::signed(user),
|
||||||
|
|||||||
Reference in New Issue
Block a user