Skip to content

Commit 108298f

Browse files
committed
duke is no longer a title
1 parent 1d41f78 commit 108298f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,8 +1847,8 @@ def test_last_name_is_also_title_no_comma(self):
18471847
self.m(hn.suffix, "Jr.", hn)
18481848

18491849
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)
1850+
hn = HumanName("Dr Martin Luther King, Jr.")
1851+
self.m(hn.title, "Dr", hn)
18521852
self.m(hn.first, "Martin", hn)
18531853
self.m(hn.middle, "Luther", hn)
18541854
self.m(hn.last, "King", hn)

0 commit comments

Comments
 (0)