Skip to content

Commit

Permalink
fix wrong splitline
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Nov 20, 2024
1 parent b6fe456 commit c702653
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ def test_set_all_roles_on_fungible_token():
)

assert transaction.data
assert transaction.data.decode() == f"setSpecialRole@4652414e4b2d313163653365@1e8a8b6b49de5b7be10aaa158a5a6a4abb4b56cc08f524bb5e6cd5f211ad3e13@{
mint_role_as_hex}@{burn_role_as_hex}@{transfer_role_as_hex}"
assert transaction.data.decode() == f"setSpecialRole@4652414e4b2d313163653365@1e8a8b6b49de5b7be10aaa158a5a6a4abb4b56cc08f524bb5e6cd5f211ad3e13@{mint_role_as_hex}@{burn_role_as_hex}@{transfer_role_as_hex}"
assert transaction.sender == frank
assert transaction.value == 0

Expand Down

0 comments on commit c702653

Please sign in to comment.