Skip to content

Commit

Permalink
Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
darth-cy committed May 14, 2024
1 parent 01ac90c commit 19ee614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aggregator/src/aggregation/decoder/witgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2179,10 +2179,11 @@ mod tests {
write!(handle, "=> batch_idx: {:?}", batch_idx).unwrap();
writeln!(handle).unwrap();

assert!(raw_input_bytes == decoded_bytes);
// witgen_debug
// write!(handle, "=> decoded: {:?}", decoded_bytes).unwrap();
// writeln!(handle).unwrap();

assert!(raw_input_bytes == decoded_bytes);
}

Ok(())
Expand Down

0 comments on commit 19ee614

Please sign in to comment.