Skip to content

Commit a7f2af9

Browse files
committed
feat: context propagation review
Signed-off-by: Sviatoslav Sharaev <[email protected]>
1 parent b5890b9 commit a7f2af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)