We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294e25a commit c4b6d7aCopy full SHA for c4b6d7a
crates/e2e/tests/e2e/quoting.rs
@@ -412,7 +412,6 @@ async fn quote_timeout(web3: Web3) {
412
413
/// Test that volume fees are correctly applied to quotes.
414
async fn volume_fee(web3: Web3) {
415
- tracing::info!("Setting up chain state.");
416
let mut onchain = OnchainComponents::deploy(web3).await;
417
418
let [solver] = onchain.make_solvers(to_wei(10)).await;
@@ -509,6 +508,4 @@ async fn volume_fee(web3: Web3) {
509
508
protocol_fee_sell_amount_buy > 0,
510
"Protocol fee should be non-zero for buy orders"
511
);
512
-
513
- tracing::info!("Volume fee test passed");
514
}
0 commit comments