revert mistaken change to test and pass

This commit is contained in:
InspectorCaracal 2022-10-05 17:57:08 -06:00
parent 17179a7edd
commit 57a077ff24
2 changed files with 9 additions and 9 deletions

View file

@ -279,7 +279,7 @@ class TestPronounMapping(TestCase):
("you", "m", "you", "he"),
("you", "f op", "you", "her"),
("I", "", "I", "it"),
("I", "p", "I", "they"),
("I", "p", "I", "it"), # plural is invalid
("I", "m", "I", "he"),
("Me", "n", "Me", "It"),
("your", "p", "your", "their"),