correct $pron test

This commit is contained in:
InspectorCaracal 2022-11-16 14:45:06 -07:00
parent b5fa5726d9
commit 344c2dfc3b

View file

@ -477,7 +477,7 @@ class TestDefaultCallables(TestCase):
("male", "Char1 smiles at himself"), ("male", "Char1 smiles at himself"),
("female", "Char1 smiles at herself"), ("female", "Char1 smiles at herself"),
("neutral", "Char1 smiles at itself"), ("neutral", "Char1 smiles at itself"),
("plural", "Char1 smiles at itself"), ("plural", "Char1 smiles at themselves"),
] ]
) )
def test_pronoun_gender(self, gender, expected): def test_pronoun_gender(self, gender, expected):