Skip to content

Commit

Permalink
Modify test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitor Magán García committed May 31, 2013
1 parent 2452c15 commit aa0e5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/groupsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 } ];
Expand Down

0 comments on commit aa0e5d2

Please sign in to comment.