Skip to content

Commit

Permalink
tests: fix tearDown method
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Dec 30, 2021
1 parent ca7c76e commit 2bc741f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_tools_stats/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,6 @@ def test_dashboard_criteria(self):
self.assertEqual(self.dashboard_stats_criteria.criteria_name, "call_type")
self.assertEqual(self.dashboard_stats.graph_key, 'user_graph_test')

def teardown(self):
def tearDown(self):
self.dashboard_stats_criteria.delete()
self.dashboard_stats.delete()

0 comments on commit 2bc741f

Please sign in to comment.