We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d41f78 commit 108298fCopy full SHA for 108298f
tests.py
@@ -1847,8 +1847,8 @@ def test_last_name_is_also_title_no_comma(self):
1847
self.m(hn.suffix, "Jr.", hn)
1848
1849
def test_last_name_is_also_title_with_comma(self):
1850
- hn = HumanName("Duke Martin Luther King, Jr.")
1851
- self.m(hn.title, "Duke", hn)
+ hn = HumanName("Dr Martin Luther King, Jr.")
+ self.m(hn.title, "Dr", hn)
1852
self.m(hn.first, "Martin", hn)
1853
self.m(hn.middle, "Luther", hn)
1854
self.m(hn.last, "King", hn)
0 commit comments