Skip to content

Commit

Permalink
add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Dec 22, 2024
1 parent e32df4d commit c89713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eips/src/eip4844/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ mod tests {
#[test]
fn ingestion_strategy() {
let mut builder = PartialSidecar::new();
let data = &[vec![1u8; 32], vec![2u8; 372], vec![3u8; 17], vec![4u8; 5]];
let data = &[vec![1u8; 32], vec![2u8; 372], vec![3u8; 17], vec![4u8; 5], vec![5u8; 126915]];

data.iter().for_each(|data| SimpleCoder.code(&mut builder, data.as_slice()));

Expand Down

0 comments on commit c89713b

Please sign in to comment.