fix: Fix remaining tests after latest encoding changes

This commit is contained in:
TAMARA LIPOWSKI
2025-05-16 14:14:21 -04:00
parent d4244a7089
commit e0c195f63d
12 changed files with 58 additions and 43 deletions

View File

@@ -2693,6 +2693,7 @@ mod tests {
.unwrap();
let hex_calldata = encode(&calldata);
println!("calldata: {}", hex_calldata);
write_calldata_to_file("test_single_encoding_strategy_curve", hex_calldata.as_str());
}