Skip to content

Commit c33f668

Browse files
ssharaevKavindu-Dodan
authored andcommitted
feat: context propagation review
Signed-off-by: Sviatoslav Sharaev <[email protected]>
1 parent 04cc475 commit c33f668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/dev/openfeature/sdk/ThreadLocalTransactionContextPropagatorTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ public void setTransactionContextTwoThreads() {
5252
EvaluationContext secondThreadContext = futureTask.get();
5353

5454
assertSame(secondContext, secondThreadContext);
55-
assertSame(firstContext, firstThreadContext);
55+
assertSame(firstContext, contextPropagator.getTransactionContext());
5656
}
5757
}

0 commit comments

Comments
 (0)