diff options
author | Tom Kirkpatrick <tom@systemseed.com> | 2016-08-22 17:51:21 +0200 |
---|---|---|
committer | Tom Kirkpatrick <tom@systemseed.com> | 2016-08-22 17:51:21 +0200 |
commit | 9b4b22c4995d13420f25a2d4250602f722bdd10d (patch) | |
tree | 6f435715b44d2227c10688e3cf517edb7f71e682 | |
parent | 80cee1995cf2ac5793f1b6253f1e674e67004ea0 (diff) | |
download | sendgrid-nodejs-9b4b22c4995d13420f25a2d4250602f722bdd10d.zip sendgrid-nodejs-9b4b22c4995d13420f25a2d4250602f722bdd10d.tar.gz sendgrid-nodejs-9b4b22c4995d13420f25a2d4250602f722bdd10d.tar.bz2 |
Remove unused assertions
-rw-r--r-- | test/helpers/contact-importer/contact-importer.test.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/helpers/contact-importer/contact-importer.test.js b/test/helpers/contact-importer/contact-importer.test.js index e0e00a3..eecbb15 100644 --- a/test/helpers/contact-importer/contact-importer.test.js +++ b/test/helpers/contact-importer/contact-importer.test.js @@ -55,10 +55,5 @@ describe.only('test_contact_importer', function() { expect(self.contactImporter._sendBatch).to.have.callCount(3) done() }) - - - // assert.equal(sg.limiters['/v3/contactdb/recipients'].queue.length, 2) - // assert.equal(sg.limiters['/v3/contactdb/recipients'].pendingItems.length, 5) - // done() }) }) |