Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Feb 23, 2024
1 parent 7644f2d commit 03e3622
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions aries_cloudagent/anoncreds/tests/test_revocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,7 @@ async def test_finish_revocation_list(self, mock_finish, mock_handle):

# Fetch doesn't find list then it should be created
await self.revocation.finish_revocation_list(
job_id="test-job-id",
rev_reg_def_id="test-rev-reg-def-id",
revoked=[]
job_id="test-job-id", rev_reg_def_id="test-rev-reg-def-id", revoked=[]
)
assert mock_finish.called

Expand Down

0 comments on commit 03e3622

Please sign in to comment.