def test_get_full_name_attribute_references_internal_lists(self):
     hn = HumanName("John Williams")
     hn.first_list = ["Larry"]
     assert hn.full_name, "Larry Williams"