Skip to content

Commit

Permalink
Clear ADS before starting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkeSchomann committed Dec 9, 2024
1 parent 70c2bca commit 69e08ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/workspacemanager_presenter_ads_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

class WorkspaceManagerPresenterTest(unittest.TestCase):

def setUp(self):
AnalysisDataService.clear(True)

def test_ensure_that_the_ads_observer_calls_delete_handle(self):
presenter = WorkspaceManagerPresenter(MagicMock())
presenter.delete_handle = MagicMock()
Expand Down

0 comments on commit 69e08ef

Please sign in to comment.