ARTEMIS-1924 Renaming test to a proper name
This commit is contained in:
parent
c5e33915fd
commit
42fa84fa51
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp
|
@ -61,7 +61,7 @@ public class AmqpNoHearbeatsTest extends AmqpClientTestSupport {
|
|||
|
||||
|
||||
@Test(timeout = 60000)
|
||||
public void testBrokerSendsHalfConfiguredIdleTimeout() throws Exception {
|
||||
public void testHeartless() throws Exception {
|
||||
AmqpClient client = createAmqpClient();
|
||||
assertNotNull(client);
|
||||
|
||||
|
|
Loading…
Reference in New Issue