Skip to content

Commit

Permalink
NO-JIRA fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Mar 13, 2019
1 parent 193103d commit 564b75d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1716,7 +1716,7 @@ public void testListQueues() throws Exception {
Assert.assertEquals("messagesAcked", "0", array.getJsonObject(0).getString("messagesAcked"));
Assert.assertEquals("deliveringCount", "0", array.getJsonObject(0).getString("deliveringCount"));
Assert.assertEquals("messagesKilled", "0", array.getJsonObject(0).getString("messagesKilled"));
Assert.assertEquals("deliverDeliver", "true", array.getJsonObject(0).getString("deliverDeliver"));
Assert.assertEquals("deliverDeliver", "false", array.getJsonObject(0).getString("deliverDeliver"));

}

Expand Down

0 comments on commit 564b75d

Please sign in to comment.