From 23e885eedd2a6afad6516e4775185497f1d00ce9 Mon Sep 17 00:00:00 2001 From: sunce86 Date: Mon, 25 Mar 2024 09:10:02 +0100 Subject: [PATCH] fix fee in test --- crates/e2e/tests/e2e/app_data.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/e2e/tests/e2e/app_data.rs b/crates/e2e/tests/e2e/app_data.rs index e631a4935b..628317214d 100644 --- a/crates/e2e/tests/e2e/app_data.rs +++ b/crates/e2e/tests/e2e/app_data.rs @@ -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,