We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89851f4 commit 2685461Copy full SHA for 2685461
tests.py
@@ -2071,7 +2071,7 @@ def test_multiple_prefixes(self):
2071
self.m(hn.first, "Mike", hn)
2072
self.m(hn.last, "van der Velt", hn)
2073
2074
- def test_prefix_as_fist_name(self):
+ def test_2_same_prefixs_in_the_name(self):
2075
hh = HumanName("Van Ma Van")
2076
self.m(hh.first, "Van Ma", hh)
2077
self.m(hh.last, "Van", hh)
0 commit comments