Skip to content

Commit

Permalink
✅ revert test changes
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Feb 2, 2024
1 parent 3012860 commit 5c65652
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,7 @@ async def test_accept_response_find_by_thread_id_bad_state(self):
await self.manager.accept_response(mock_response, receipt)

async def test_accept_response_find_by_thread_id_no_did_doc_attached(self):
mock_response = mock.AsyncMock()
mock_response = mock.MagicMock()
mock_response._thread = mock.MagicMock()
mock_response.did = TestConfig.test_target_did
mock_response.did_doc_attach = None
Expand Down

0 comments on commit 5c65652

Please sign in to comment.