diff --git a/test/unit/groupsTest.js b/test/unit/groupsTest.js index 9a33a5f..b1de0b5 100644 --- a/test/unit/groupsTest.js +++ b/test/unit/groupsTest.js @@ -202,7 +202,7 @@ describe('Groups', function () { }); - it('should publish to all the inboxes associated to the group', function (done) { + it('should publish to all the inboxes associated to the group and in the selected queues', function (done) { var newQueue = 'C2'; publish.json.queue = [ { id: newQueue } ];