From bb84cb82bcb75c7375a6990f44103710f01e2c24 Mon Sep 17 00:00:00 2001 From: Francesco Dainese Date: Wed, 18 Sep 2024 21:12:42 +0200 Subject: [PATCH] chore: lints --- crates/forge/tests/it/zk/logs.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/forge/tests/it/zk/logs.rs b/crates/forge/tests/it/zk/logs.rs index e7d392df7..ce0036457 100644 --- a/crates/forge/tests/it/zk/logs.rs +++ b/crates/forge/tests/it/zk/logs.rs @@ -5,7 +5,6 @@ use std::collections::BTreeMap; use crate::{config::*, test_helpers::TEST_DATA_DEFAULT}; use forge::revm::primitives::SpecId; use foundry_test_utils::Filter; -use foundry_zksync_core::TEST_CONTRACT_ADDRESS_ZKSYNC; #[tokio::test(flavor = "multi_thread")] async fn test_zk_logs_work_in_call() { @@ -24,7 +23,7 @@ async fn test_zk_logs_work_in_call() { Some(vec![ "print".into(), "outer print".into(), - TEST_CONTRACT_ADDRESS_ZKSYNC.to_string(), + "0x7FA9385bE102ac3EAc297483Dd6233D62b3e1496".into(), "print".into(), "0xff".into(), "print".into(),