Skip to content

Commit

Permalink
Remove duplicate variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Jun 21, 2017
1 parent 19b36ea commit 617e99f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/helpers/mail/test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
var assert = require('chai').assert

var helper = require('sendgrid').mail;

// Test the minimum required to send an email
describe('helloEmail', function () {
var helper = require('../../../lib/helpers/mail/mail.js')
Expand Down

0 comments on commit 617e99f

Please sign in to comment.