Skip to content

Commit

Permalink
chore: remove outdated TODOs on execution tests (#9964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Jul 31, 2024
1 parent 78703b5 commit d94caa5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/stages/stages/src/stages/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -836,8 +836,6 @@ mod tests {

#[tokio::test]
async fn sanity_execution_of_block() {
// TODO cleanup the setup after https://github.com/paradigmxyz/reth/issues/332
// is merged as it has similar framework
let factory = create_test_provider_factory();
let provider = factory.provider_rw().unwrap();
let input = ExecInput { target: Some(1), checkpoint: None };
Expand Down Expand Up @@ -984,9 +982,6 @@ mod tests {

#[tokio::test]
async fn sanity_execute_unwind() {
// TODO cleanup the setup after https://github.com/paradigmxyz/reth/issues/332
// is merged as it has similar framework

let factory = create_test_provider_factory();
let provider = factory.provider_rw().unwrap();
let input = ExecInput { target: Some(1), checkpoint: None };
Expand Down

0 comments on commit d94caa5

Please sign in to comment.