Skip to content

Commit ae65f3a

Browse files
committed
fix ci test run
1 parent b8aafd6 commit ae65f3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/l1block.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ mod tests {
360360
};
361361

362362
for tt in tests {
363-
println!("Running test: {}", tt.name);
364363
let spec = ScrollSpecId::GALILEO;
365364
let expected = U256::from_str(tt.expected).unwrap();
366365
let actual = gpo.calculate_tx_l1_cost_galileo(1e10 as u32, spec, tt.csize);

0 commit comments

Comments
 (0)