Skip to content

Commit

Permalink
actually fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ezwang committed Oct 24, 2018
1 parent f75acef commit ac90e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/directory_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_faculty_name_standardized(self):

def test_email_not_standardized(self):
email = self.dir.search({'first_name': 'amy', 'last_name': 'gallagher'})
self.assertEqual(email['result_data'][0]['list_email'], 'am.kwiatanowski@uphs.upenn.edu')
self.assertEqual(email['result_data'][0]['list_email'], 'Am.Kwiatanowski@uphs.upenn.edu')

def test_email_standardized(self):
email = self.dir.search({'first_name': 'amy', 'last_name': 'gallagher'}, standardize=True)
Expand Down

0 comments on commit ac90e47

Please sign in to comment.