Skip to content

Commit

Permalink
correct extra lines from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ajslater committed Feb 9, 2022
1 parent 9e91f5c commit bd82a49
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/xapian_tests/tests/test_management_commands.py
Expand Up @@ -26,8 +26,6 @@ def setUp(self):
self.sample_objs.append(entry)
entry.save()

self.backend.update(self.index, BlogEntry.objects.all())

def verify_indexed_document_count(self, expected):
count = self.backend.document_count()
self.assertEqual(count, expected)
Expand Down Expand Up @@ -88,7 +86,6 @@ def test_remove(self):
self.verify_indexed_document_count(self.NUM_BLOG_ENTRIES - 3)

def test_multiprocessing(self):
call_command("clear_index", interactive=False, verbosity=0)
self.verify_indexed_document_count(0)

old_stderr = sys.stderr
Expand Down

0 comments on commit bd82a49

Please sign in to comment.