Skip to content

Commit 7155d06

Browse files
committed
Lint
Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>
1 parent 6e5d39e commit 7155d06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

acapy_agent/revocation_anoncreds/tests/test_routes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ async def test_validate_cred_rev_rec_qs_and_revoke_req(self):
5454
{"rev_reg_id": test_module.ANONCREDS_REV_REG_ID_EXAMPLE}
5555
)
5656
with self.assertRaises(test_module.ValidationError):
57-
req.validate_fields({"cred_rev_id": test_module.ANONCREDS_CRED_REV_ID_EXAMPLE})
57+
req.validate_fields(
58+
{"cred_rev_id": test_module.ANONCREDS_CRED_REV_ID_EXAMPLE}
59+
)
5860
with self.assertRaises(test_module.ValidationError):
5961
req.validate_fields(
6062
{

0 commit comments

Comments
 (0)