JAVA-22203 | removed unused throws

This commit is contained in:
GaetanoPiazzolla 2023-08-05 16:00:34 +02:00
parent 51488ba32f
commit de718f0950
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class EmbeddedActiveMqIntegrationTest {
private MessageSender messageSender;
@Test
public void whenListening_thenReceivingCorrectMessage() throws JMSException, InterruptedException {
public void whenListening_thenReceivingCorrectMessage() throws JMSException {
String queueName = "queue-1";
String messageText = "Test message";