Commit 9c25d17
committed
Fix race in test
- the second confirmation could arrive before the latch was counted down,
resulting in an NPE and failed test.1 parent 9c1bdcd commit 9c25d17
File tree
1 file changed
+2
-2
lines changed- spring-rabbit/src/test/java/org/springframework/amqp/rabbit/core
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | | - | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments