Skip to content

Commit 8bb1912

Browse files
committed
black with new version
Signed-off-by: sklump <[email protected]>
1 parent be68ad0 commit 8bb1912

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aries_cloudagent/protocols/coordinate_mediation/v1_0/handlers/tests/test_mediation_request_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async def setUp(self):
2828
self.context.connection_record = ConnRecord(connection_id=TEST_CONN_ID)
2929

3030
async def test_handler_no_active_connection(self):
31-
""" test mediation handler """
31+
"""test mediation handler"""
3232
handler, responder = MediationRequestHandler(), MockResponder()
3333
self.context.connection_ready = False
3434
with pytest.raises(HandlerException) as exc:

aries_cloudagent/wallet/tests/test_indy_wallet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ async def test_pack_message_x(self, wallet):
222222

223223
@pytest.mark.indy
224224
class TestWalletCompat:
225-
""" Tests for wallet compatibility."""
225+
"""Tests for wallet compatibility."""
226226

227227
test_seed = "testseed000000000000000000000001"
228228
test_did = "55GkHamhTU1ZbTbV2ab9DE"

0 commit comments

Comments
 (0)