diff options
Diffstat (limited to 'test/lib/sendgrid.test.js')
-rw-r--r-- | test/lib/sendgrid.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/sendgrid.test.js b/test/lib/sendgrid.test.js index 2053a18..9b5654a 100644 --- a/test/lib/sendgrid.test.js +++ b/test/lib/sendgrid.test.js @@ -12,7 +12,7 @@ var nock = require('nock'); describe('SendGrid', function () { it('version should be set', function() { var sendgrid = SendGrid(API_USER, API_KEY); - expect(sendgrid.version).to.equal("1.9.1"); + expect(sendgrid.version).to.equal("1.9.2"); }); it('should be an instance of SendGrid', function() { |