Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Jan 16, 2024
1 parent 36b8ef3 commit 99abd29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/tests/test_execute_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ def setUpClass(cls):
super().setUpClass()
call_execute_sql(cls, None)

def tearDown(self):
DataCollector().stop_python_profiler()

def test_called(self):
self.mock_sql._execute_sql.assert_called_once_with(*self.args, **self.kwargs)

Expand Down

0 comments on commit 99abd29

Please sign in to comment.