Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
MHHukiewitz committed Sep 5, 2023
1 parent 4ea5974 commit 51716c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/unit/test_chain_solana.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,7 @@ async def test_verify_signature(solana_account):
async def test_verify_signature_with_processed_message(solana_account, messages):
message = messages[0]
signature = json.loads(message["signature"])["signature"]
verify_signature(
signature, message["sender"], get_verification_buffer(message)
)

verify_signature(signature, message["sender"], get_verification_buffer(message))


@pytest.mark.asyncio
Expand Down

0 comments on commit 51716c5

Please sign in to comment.