Skip to content

Commit

Permalink
issue openwallet-foundation#3182: replace underlying debugger with de…
Browse files Browse the repository at this point in the history
…bugpy

Signed-off-by: Ricky Ng-Adam <[email protected]>
  • Loading branch information
rngadam committed Aug 19, 2024
1 parent 72f3e79 commit 2cf639d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_ptvsd(self):
test_module.init_debug(["aca-py", "--debug"])

mock_import.assert_called_once()
self.assertEqual(mock_import.call_args[0][0], "ptvsd")
self.assertEqual(mock_import.call_args[0][0], "debugpy")
mock_import.return_value.enable_attach.assert_called_once()
mock_import.return_value.wait_for_attach.assert_called_once()

Expand Down

0 comments on commit 2cf639d

Please sign in to comment.