Skip to content

Commit

Permalink
Add quotes around expected value in new test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccandless committed Oct 3, 2018
1 parent 0042b7b commit 32183b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_email.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def test_add_name_with_comma(self):
name = "Name, Some"
email.name = name

self.assertEqual(email.name, name)
self.assertEqual(email.name, '"' + name + '"')

0 comments on commit 32183b7

Please sign in to comment.