diff --git a/test/importTest.js b/test/importTest.js index 947aa79..a28b32a 100644 --- a/test/importTest.js +++ b/test/importTest.js @@ -2,7 +2,7 @@ import { expect } from 'chai'; import amqp from '../src'; describe('import test', function() { - it('should let you import as default', function() { + it('should let you import as default (#51)', function() { expect(amqp).to.exist; expect(amqp.connect).to.exist; });