chore: encoder test naming

This commit is contained in:
royvardhan
2025-01-30 19:14:22 +05:30
parent 746733056c
commit 95d45975ad

View File

@@ -90,7 +90,7 @@ mod tests {
use crate::encoding::models::Swap; use crate::encoding::models::Swap;
#[test] #[test]
fn test_executor_encoder() { fn test_executor_strategy_encode() {
let encoder = ExecutorStrategyEncoder {}; let encoder = ExecutorStrategyEncoder {};
let token_in = Bytes::from("0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"); let token_in = Bytes::from("0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2");