Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenneke committed Jan 13, 2025
1 parent 45b900b commit c2ac1ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ def test_basic_as_multisend_tx(self):
erc20_transfer.as_multisend_tx(),
MultiSendTx(
operation=MultiSendOperation.CALL,
to=self.payment_config.cow_token_address.address,
to=Web3.to_checksum_address(
self.payment_config.cow_token_address.address
),
value=0,
data=erc20().encodeABI(fn_name="transfer", args=[receiver, 15]),
),
Expand Down

0 comments on commit c2ac1ea

Please sign in to comment.