File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/test/java/dev/openfeature/sdk/vmlens Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 88import dev .openfeature .sdk .ImmutableContext ;
99import dev .openfeature .sdk .OpenFeatureAPI ;
1010import dev .openfeature .sdk .OpenFeatureAPITestUtil ;
11+ import dev .openfeature .sdk .StringHook ;
1112import dev .openfeature .sdk .Value ;
1213import dev .openfeature .sdk .providers .memory .Flag ;
1314import 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 () {
You can’t perform that action at this time.
0 commit comments