mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
correct $pron test
This commit is contained in:
parent
b5fa5726d9
commit
344c2dfc3b
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ class TestDefaultCallables(TestCase):
|
|||
("male", "Char1 smiles at himself"),
|
||||
("female", "Char1 smiles at herself"),
|
||||
("neutral", "Char1 smiles at itself"),
|
||||
("plural", "Char1 smiles at itself"),
|
||||
("plural", "Char1 smiles at themselves"),
|
||||
]
|
||||
)
|
||||
def test_pronoun_gender(self, gender, expected):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue