Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Allen committed Aug 2, 2019
1 parent e2be75f commit 7697053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/amqp-promises.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('AMQP', function () {
describe('#connect', function () {
it('should return a promise', function (done) {
var amqp = AMQP(config);
return amqp.connect().then(function () {
amqp.connect().then(function () {
done();
}, done);
});
Expand Down

0 comments on commit 7697053

Please sign in to comment.