Skip to content

Commit

Permalink
adjust unit test for ProbablyAlive to align with output from new code.
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronD73 committed Nov 1, 2024
1 parent f0103ee commit 8c273dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/gen/filters/rules/test/person_rules_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def test_ProbablyAlive(self):
"""
rule = ProbablyAlive(["1900"])
res = self.filter_with_rule(rule)
self.assertEqual(len(res), 733)
self.assertEqual(len(res), 897)

def test_RegExpName(self):
"""
Expand Down

0 comments on commit 8c273dd

Please sign in to comment.