Skip to content

Commit

Permalink
black tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how authored and Rigidity committed Jul 25, 2024
1 parent facd7b5 commit a91aa35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_blscache.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,11 @@ def test_validate_clvm_and_sig():
)
sig = AugSchemeMPL.sign(
sk,
(ChiaProgram.to("hello").as_atom() + coin.name() + DEFAULT_CONSTANTS.AGG_SIG_ME_ADDITIONAL_DATA), # noqa
(
ChiaProgram.to("hello").as_atom()
+ coin.name()
+ DEFAULT_CONSTANTS.AGG_SIG_ME_ADDITIONAL_DATA
), # noqa
)

new_spend = SpendBundle(coin_spends, sig)
Expand Down

0 comments on commit a91aa35

Please sign in to comment.