Skip to content

Commit

Permalink
fix vault_balances
Browse files Browse the repository at this point in the history
  • Loading branch information
sunce86 committed Mar 25, 2024
1 parent 7c66186 commit 5bd29bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/e2e/tests/e2e/vault_balances.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async fn vault_balances(web3: Web3) {
let order = OrderCreation {
kind: OrderKind::Sell,
sell_token: token.address(),
sell_amount: to_wei(9),
sell_amount: to_wei(10),
sell_token_balance: SellTokenSource::External,
buy_token: onchain.contracts().weth.address(),
buy_amount: to_wei(8),
Expand Down

0 comments on commit 5bd29bf

Please sign in to comment.