diff --git a/crates/hook/tests/cache_root_tests.rs b/crates/hook/tests/cache_root_tests.rs index 366e0d5bd..2827e6535 100644 --- a/crates/hook/tests/cache_root_tests.rs +++ b/crates/hook/tests/cache_root_tests.rs @@ -13,6 +13,8 @@ use impeccable_hook::hook_lib::{get_cache_path, get_pending_path, Runtime}; use impeccable_hook::hook; use serde_json::json; +static TMP_SEQ: std::sync::atomic::AtomicUsize = std::sync::atomic::AtomicUsize::new(0); + static HTML: MissingHtmlEngine = MissingHtmlEngine; static ENV_LOCK: Mutex<()> = Mutex::new(());