diff --git a/test_team_x.py b/test_team_x.py index 6340ad1..4272f6d 100644 --- a/test_team_x.py +++ b/test_team_x.py @@ -60,6 +60,8 @@ def test_location(self): def test_person(self): """Test PERSON functionality""" + results = pii_scan.analyze_text("Alice and Bob went to school", ["PERSON"]) + self.assertTrue(len(results) > 0) def test_uk_nhs(self): """Test UK_NHS functionality"""