Commit 462d7bf
committed
Fix assertion in AbstractSimpleTransportTestCase
This is a follow-up to elastic#32956. That commit incorrectly used assertBusy
which led to a possible race in the test. This commit fixes it.1 parent faa42de commit 462d7bf
File tree
1 file changed
+1
-1
lines changed- test/framework/src/main/java/org/elasticsearch/transport
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2650 | 2650 | | |
2651 | 2651 | | |
2652 | 2652 | | |
2653 | | - | |
| 2653 | + | |
2654 | 2654 | | |
2655 | 2655 | | |
2656 | 2656 | | |
| |||
0 commit comments