Skip to content

Commit

Permalink
Switch old block_headers test to use new skip api names
Browse files Browse the repository at this point in the history
  • Loading branch information
guilledk committed Dec 2, 2024
1 parent b11af06 commit 85b218c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translator/tests/block_headers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async fn generate_block(
traces: Some(vec![]),
deltas: Some(vec![]),
},
skip_raw_action: false,
skip_events: false,
})
}

Expand Down

0 comments on commit 85b218c

Please sign in to comment.