Skip to content

Commit 9e727f9

Browse files
committed
check
1 parent 352b397 commit 9e727f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tck/src/main/java/org/reactivestreams/tck/TestEnvironment.java

+1
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,7 @@ public void assertClosed(String openErrorMsg) {
919919
}
920920

921921
public void assertOpen(String closedErrorMsg) {
922+
new ExpectedOpenLatchException(closedErrorMsg).printStackTrace();
922923
if (isClosed()) {
923924
env.flop(new ExpectedOpenLatchException(closedErrorMsg));
924925
}

0 commit comments

Comments
 (0)