test: fix router tests with new integration calldata

This commit is contained in:
royvardhan
2025-02-24 21:37:40 +05:30
parent 570aa50497
commit bfaa63a1a0
2 changed files with 11 additions and 9 deletions

View File

@@ -679,6 +679,8 @@ mod tests {
));
let hex_calldata = encode(&calldata);
println!("{}", hex_calldata);
assert_eq!(hex_calldata[..520], expected_input);
assert_eq!(hex_calldata[1288..], expected_swaps);
}