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 335c13c..218660f 100644 --- a/test/lib/sendgrid.test.js +++ b/test/lib/sendgrid.test.js @@ -15,7 +15,7 @@ describe('SendGrid', function () { }); it('version should be set', function() { - expect(sendgrid.version).to.equal("1.3.0"); + expect(sendgrid.version).to.equal("1.4.0"); }); it('should attach a options object to self', function() { |