Missed the place filter rule when updating for changed example.gramps

This commit is contained in:
prculley 2016-07-05 16:06:45 -05:00
parent ab52cc5156
commit afc7cbc645

View File

@ -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):
"""