Skip to content

Commit

Permalink
chore: lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrq committed Sep 18, 2024
1 parent b527bc7 commit bb84cb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/forge/tests/it/zk/logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -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(),
Expand Down

0 comments on commit bb84cb8

Please sign in to comment.