Merge pull request #170 from propeller-heads/encoding/dc/ENG-4327-improve-tests

chore: Rename test module from chained_swaps to optimized_transfers
This commit is contained in:
dianacarvalho1
2025-04-21 16:30:26 +01:00
committed by Diana Carvalho

View File

@@ -1268,7 +1268,7 @@ mod tests {
println!("test_cyclic_sequential_swap_split_strategy: {}", hex_calldata); println!("test_cyclic_sequential_swap_split_strategy: {}", hex_calldata);
} }
mod chained_swaps { mod optimized_transfers {
// In this module we test the ability to chain swaps or not. Different protocols are // In this module we test the ability to chain swaps or not. Different protocols are
// tested. The encoded data is used for solidity tests as well // tested. The encoded data is used for solidity tests as well
use super::*; use super::*;