Skip to content

Commit ae68263

Browse files
committed
formatting
1 parent 9933eaa commit ae68263

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

integration-tests/src/omnipool_liquidity_mining.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,8 @@ fn add_liquidity_stableswap_omnipool_and_join_farms_should_fail_stableshare_goes
10521052
.try_into()
10531053
.unwrap(),
10541054
Some(farms.try_into().unwrap())
1055-
), pallet_omnipool::Error::<hydradx_runtime::Runtime>::InsufficientBalance
1055+
),
1056+
pallet_omnipool::Error::<hydradx_runtime::Runtime>::InsufficientBalance
10561057
);
10571058

10581059
TransactionOutcome::Commit(DispatchResult::Ok(()))

0 commit comments

Comments
 (0)