Skip to content

Commit

Permalink
Update sms-notify-recipient.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
andreychuk authored Jul 13, 2017
1 parent 33f5785 commit 34d33be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/contract/sms-notify-recipient.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require('../test-env');

const message = {
body: 'testing message :). vanya.',
recipientNumber: '+13346498383'
recipientNumber: '' // need your phone number
};

describe('Send SMS via TWILIO', () => {
Expand Down

0 comments on commit 34d33be

Please sign in to comment.