File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
providers/flagd/src/test/java/dev/openfeature/contrib/providers/flagd Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 11package dev .openfeature .contrib .providers .flagd ;
22
3+ import static org .junit .jupiter .api .Assertions .assertEquals ;
4+ import static org .junit .jupiter .api .Assertions .assertTrue ;
5+
36import com .vmlens .api .AllInterleavings ;
47import com .vmlens .api .Runner ;
58import dev .openfeature .contrib .providers .flagd .resolver .process .model .FeatureFlag ;
69import dev .openfeature .sdk .ImmutableContext ;
710import dev .openfeature .sdk .OpenFeatureAPI ;
811import dev .openfeature .sdk .Value ;
9- import org .junit .jupiter .api .BeforeEach ;
10- import org .junit .jupiter .api .Test ;
11- import java .util .Collections ;
1212import java .util .List ;
1313import java .util .Map ;
14-
15- import static org .junit .jupiter .api .Assertions .assertEquals ;
16- import static org .junit .jupiter .api .Assertions .assertTrue ;
14+ import org .junit .jupiter .api .BeforeEach ;
15+ import org .junit .jupiter .api .Test ;
1716
1817class FlagdProviderCT {
1918 private FlagdProvider provider ;
@@ -47,7 +46,7 @@ void setup() throws Exception {
4746 );
4847 provider .initialize (ImmutableContext .EMPTY );
4948 }
50- /*
49+
5150 @ Test
5251 void concurrentFlagEvaluationsWork () {
5352 var invocationContext = ImmutableContext .EMPTY ;
@@ -62,7 +61,7 @@ void concurrentFlagEvaluationsWork() {
6261 );
6362 }
6463 }
65- }*/
64+ }
6665
6766 @ Test
6867 void flagEvaluationsWhileSettingContextWork () {
You can’t perform that action at this time.
0 commit comments