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 bc75c6d commit 3b14a35Copy full SHA for 3b14a35
crates/forge/tests/it/zk/invariant.rs
@@ -1,13 +1,13 @@
1
//! Invariant tests
2
3
+/*
4
use std::sync::Arc;
5
6
use crate::{config::*, test_helpers::TEST_DATA_DEFAULT};
7
use forge::revm::primitives::SpecId;
8
use foundry_config::Config;
9
use foundry_test_utils::Filter;
10
-/*
11
#[tokio::test(flavor = "multi_thread")]
12
async fn test_zk_invariant_deposit() {
13
let mut runner = TEST_DATA_DEFAULT.runner_zksync();
0 commit comments