From 0751e0d15377e07d350a2cdce759ef76746e5a84 Mon Sep 17 00:00:00 2001 From: Diana Carvalho Date: Mon, 21 Apr 2025 16:17:31 +0100 Subject: [PATCH] chore: Rename test module from chained_swaps to optimized_transfers --- don't change below this line --- ENG-4327 Took 17 minutes --- src/encoding/evm/strategy_encoder/strategy_encoders.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encoding/evm/strategy_encoder/strategy_encoders.rs b/src/encoding/evm/strategy_encoder/strategy_encoders.rs index aa81886..950c721 100644 --- a/src/encoding/evm/strategy_encoder/strategy_encoders.rs +++ b/src/encoding/evm/strategy_encoder/strategy_encoders.rs @@ -1268,7 +1268,7 @@ mod tests { 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 // tested. The encoded data is used for solidity tests as well use super::*;