chore: cleanup

This commit is contained in:
royvardhan
2025-02-24 21:41:19 +05:30
parent bfaa63a1a0
commit 892726e07b
3 changed files with 0 additions and 4 deletions

View File

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