Skip to content

Commit

Permalink
rm uneeded tearDown method, re #10781
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed May 2, 2024
1 parent 4082bb0 commit 3abd5ee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/bulkdata/bulk_data_delete_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ def test_delete_tiles(self):

# self.bulk_deleter.index_resource_deletion(loadid, resourceids)

@classmethod
def tearDownClass(self):
self.user.delete()
Tile.objects.filter(nodegroup_id=self.search_model_name_nodeid).delete()
Resource.objects.filter(graph_id=self.search_model_graphid).delete()
models.GraphModel.objects.filter(pk=self.search_model_graphid).delete()
super().tearDownClass()


def create_test_resources_and_tiles(graphid, nodeid, transaction_id):
count = 10
Expand Down

0 comments on commit 3abd5ee

Please sign in to comment.