Skip to content

Commit

Permalink
style(noreplyqueue.spec.js): spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zlintz committed Dec 8, 2019
1 parent 2dca078 commit 4c6b232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/integration/noReplyQueue.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require('../setup');
const rabbit = require('../../src/index.js');
const config = require('./configuration');

function stallLongEnoughToARegisterdMessages () {
function stallLongEnoughToARegisterMessages () {
return new Promise((resolve, reject) => {
setTimeout(() => {
resolve();
Expand Down Expand Up @@ -50,7 +50,7 @@ describe('No Reply Queue (replyQueue: false)', function () {
routingKey: ''
});
}
return stallLongEnoughToARegisterdMessages();
return stallLongEnoughToARegisterMessages();
});
});

Expand Down

0 comments on commit 4c6b232

Please sign in to comment.