Skip to content

Commit

Permalink
added queue.destroy() method in test method testPostMultipleMessagesA…
Browse files Browse the repository at this point in the history
…ndIdsShouldNotBeNull
  • Loading branch information
stkaushal committed Jun 26, 2014
1 parent 080dc38 commit f58b0e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/client/iron/ironmq/ClientIronMQTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public void testPostMultipleMessagesAndIdsShouldNotBeNull() throws IOException {

infoAboutQueue = queue.getInfoAboutQueue();
Assert.assertEquals(queueSize, infoAboutQueue.getSize());
queue.destroy();
}
private void setCredentials() throws IOException {
Properties prop = new Properties();
Expand Down

0 comments on commit f58b0e5

Please sign in to comment.