We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8957298 commit 4ffe8f7Copy full SHA for 4ffe8f7
activemq-mqtt/src/test/java/org/apache/activemq/transport/mqtt/MQTTProtocolConverterTest.java
@@ -129,7 +129,7 @@ public void run() {
129
executorService.awaitTermination(10, TimeUnit.SECONDS);
130
131
ArgumentCaptor<RemoveInfo> removeInfo = ArgumentCaptor.forClass(RemoveInfo.class);
132
- Mockito.verify(transport, times(4)).sendToActiveMQ(removeInfo.capture());
+ Mockito.verify(transport, times(1)).sendToActiveMQ(removeInfo.capture());
133
134
}
135
0 commit comments