fix: Add optimized_transfers_integration_tests.rs

I forgot these tests in the previous PR

Took 24 minutes
This commit is contained in:
Diana Carvalho
2025-06-23 15:34:11 +01:00
parent d9d015635a
commit df63b87569
7 changed files with 636 additions and 56 deletions

View File

@@ -72,8 +72,8 @@ fn test_sequential_swap_strategy_encoder() {
eth_chain().id,
encoded_solution,
&solution,
UserTransferType::TransferFromPermit2,
eth(),
&UserTransferType::TransferFromPermit2,
&eth(),
Some(get_signer()),
)
.unwrap()
@@ -138,8 +138,8 @@ fn test_sequential_swap_strategy_encoder_no_permit2() {
eth_chain().id,
encoded_solution,
&solution,
UserTransferType::TransferFrom,
eth(),
&UserTransferType::TransferFrom,
&eth(),
None,
)
.unwrap()
@@ -263,8 +263,8 @@ fn test_sequential_strategy_cyclic_swap() {
eth_chain().id,
encoded_solution,
&solution,
UserTransferType::TransferFromPermit2,
eth(),
&UserTransferType::TransferFromPermit2,
&eth(),
Some(get_signer()),
)
.unwrap()