Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ooici/coi-services
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Meisinger committed Jun 4, 2013
2 parents a4c0d76 + ecc889b commit 305498e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ion/services/dm/presentation/test/user_notification_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ def test_process_batch(self):
# Create users and get the user_ids
#----------------------------------------------------------------------------------------

# user_1 -- default notification preferences
# user_1 -- default notification preferences - notifications_disabled and notifications_daily_digest are False
user_1 = UserInfo()
user_1.name = 'user_1'
user_1.contact.email = 'user_1@gmail.com'
Expand Down Expand Up @@ -1092,7 +1092,7 @@ def test_process_batch(self):
email_tuple = proc1.smtp_client.sent_mail.get(timeout=10)
email_list.append(email_tuple)

self.assertEquals(len(email_list), 2)
self.assertEquals(len(email_list), 1)

for email_tuple in email_list:
msg_sender, msg_recipient, msg = email_tuple
Expand Down

0 comments on commit 305498e

Please sign in to comment.