From 1f0492d1510ea807704b71f6c31a2dceab241e80 Mon Sep 17 00:00:00 2001 From: lemunozm Date: Mon, 25 Mar 2024 18:22:58 +0100 Subject: [PATCH] uncomment fudge_env --- runtime/integration-tests/src/generic/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/integration-tests/src/generic/mod.rs b/runtime/integration-tests/src/generic/mod.rs index 33af79a769..208a66c522 100644 --- a/runtime/integration-tests/src/generic/mod.rs +++ b/runtime/integration-tests/src/generic/mod.rs @@ -5,7 +5,7 @@ pub mod env; pub mod envs { - //pub mod fudge_env; + pub mod fudge_env; pub mod runtime_env; } pub mod config;