Skip to content

Commit 62e6a6a

Browse files
committed
try to make it work v11.3e10
Signed-off-by: christian.lutnik <[email protected]>
1 parent c72de89 commit 62e6a6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/java/dev/openfeature/sdk/vmlens/VmLensTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import dev.openfeature.sdk.ImmutableContext;
99
import dev.openfeature.sdk.OpenFeatureAPI;
1010
import dev.openfeature.sdk.OpenFeatureAPITestUtil;
11+
import dev.openfeature.sdk.StringHook;
1112
import dev.openfeature.sdk.Value;
1213
import dev.openfeature.sdk.providers.memory.Flag;
1314
import dev.openfeature.sdk.providers.memory.InMemoryProvider;
@@ -71,7 +72,7 @@ void concurrentFlagEvaluations() {
7172
}
7273
}
7374
}
74-
/*
75+
7576
@Test
7677
void concurrentFlagEvaluationsAndHookAdditions() {
7778
System.out.println("VmLensTest.concurrentFlagEvaluationsAndHookAdditions");
@@ -84,7 +85,7 @@ void concurrentFlagEvaluationsAndHookAdditions() {
8485
() -> client.addHooks(new StringHook() {}));
8586
}
8687
}
87-
}*/
88+
}
8889

8990
@Test
9091
void concurrentContextSetting() {

0 commit comments

Comments
 (0)