Skip to content

Commit 1b26140

Browse files
committed
gemini comment
Signed-off-by: Eren Atas <[email protected]>
1 parent 6a4fc07 commit 1b26140

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/flagd/tests/gherkin_config_test.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
use cucumber::{World, given, then, when};
22
use open_feature_flagd::{CacheSettings, CacheType, FlagdOptions, FlagdProvider, ResolverType};
33
use std::collections::HashMap;
4-
use std::sync::Mutex;
54
use test_log::test;
65

7-
// Global lock to ensure env var tests don't interfere with each other
8-
static ENV_LOCK: Mutex<()> = Mutex::new(());
9-
106
#[derive(Debug, World)]
117
#[world(init = Self::new)]
128
struct ConfigWorld {

0 commit comments

Comments
 (0)