We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458b564 commit 5abce97Copy full SHA for 5abce97
android/src/test/java/dev/openfeature/sdk/TrackingProviderTests.kt
@@ -36,7 +36,7 @@ class TrackingProviderTests {
36
"targetingKey",
37
mapOf("integer" to Value.Integer(33))
38
)
39
- OpenFeatureAPI.setEvaluationContext(
+ OpenFeatureAPI.setEvaluationContextAndWait(
40
evaluationContext
41
42
OpenFeatureAPI.getClient().track("MyEventName")
@@ -56,7 +56,7 @@ class TrackingProviderTests {
56
57
58
59
60
61
62
OpenFeatureAPI.getClient().track(
0 commit comments