Skip to content

Commit

Permalink
Update test address
Browse files Browse the repository at this point in the history
  • Loading branch information
polsala committed Nov 8, 2023
1 parent f4e7663 commit c6e400f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/address_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
expect(r).to(have_property('display_name', 'Firstname Secondname'))

with it('must have a display with a formatted address as on creation'):
addr_str = 'Firstname Secondname <[email protected]>'
addr_str = '"Firstname Secondname" <[email protected]>'
r = parse(addr_str)
expect(r).to(have_property('display', addr_str))
addr_str = '[email protected]'
Expand Down

0 comments on commit c6e400f

Please sign in to comment.