Skip to content

Commit

Permalink
fix fee in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunce86 committed Mar 25, 2024
1 parent 15e1ffe commit 23e885e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/e2e/tests/e2e/app_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ async fn app_data(web3: Web3) {
app_data,
sell_token: token_a.address(),
sell_amount: to_wei(2),
fee_amount: to_wei(1),
buy_token: token_b.address(),
buy_amount: to_wei(1),
valid_to,
Expand Down

0 comments on commit 23e885e

Please sign in to comment.