Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Jul 30, 2024
1 parent 81445b9 commit d3226f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/forge/tests/it/zk/cheats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,13 @@ async fn test_zk_cheat_mock_with_value_function() {

#[tokio::test(flavor = "multi_thread")]
async fn test_zk_cheat_mock_calls() {
let mut runner = TEST_DATA_DEFAULT.runner_zksync();
let runner = TEST_DATA_DEFAULT.runner_zksync();
let filter = Filter::new(
"testZkCheatcodesCanMockCallTestContract|testZkCheatcodesCanMockCall",
"ZkCheatcodesTest",
".*",
);

// let results = runner.test_collect(&filter);
// println!("{results:?}");
TestConfig::with_filter(runner, filter).evm_spec(SpecId::SHANGHAI).run().await;
}

Expand Down

0 comments on commit d3226f4

Please sign in to comment.