Skip to content

Commit

Permalink
spaces matter
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Syrotuck <[email protected]>
  • Loading branch information
Jsyro authored and dbluhm committed Dec 29, 2023
1 parent ef27e2e commit c7e01e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ async def test_create_response_inkind_peer_did(self):
) as mock_retrieve_req, mock.patch.object(
conn_rec, "save", mock.CoroutineMock()
) as mock_save:
mock_create_did_peer_2.return_value = DIDInfo(
mock_create_did_peer_2.return_value = DIDInfo(
TestConfig.test_did_peer_2,
TestConfig.test_verkey,
None,
Expand Down

0 comments on commit c7e01e2

Please sign in to comment.