Missed the place filter rule when updating for changed example.gramps
This commit is contained in:
parent
ab52cc5156
commit
afc7cbc645
@ -169,7 +169,7 @@ class BaseTest(unittest.TestCase):
|
||||
Test HasNoLatOrLon rule.
|
||||
"""
|
||||
rule = HasNoLatOrLon([])
|
||||
self.assertEqual(len(self.filter_with_rule(rule)), 915)
|
||||
self.assertEqual(len(self.filter_with_rule(rule)), 921)
|
||||
|
||||
def test_inlatlonneighborhood(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user