We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c2bca commit 69e08efCopy full SHA for 69e08ef
tests/workspacemanager_presenter_ads_test.py
@@ -12,6 +12,9 @@
12
13
class WorkspaceManagerPresenterTest(unittest.TestCase):
14
15
+ def setUp(self):
16
+ AnalysisDataService.clear(True)
17
+
18
def test_ensure_that_the_ads_observer_calls_delete_handle(self):
19
presenter = WorkspaceManagerPresenter(MagicMock())
20
presenter.delete_handle = MagicMock()
0 commit comments