Skip to content

Commit

Permalink
Add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
agostbiro committed Dec 6, 2023
1 parent 76de6b3 commit 8d80fef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/edr_provider/src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,6 @@ mod tests {
.keys()
.next()
.expect("there are local accounts");
dbg!(account);

let last_block_number = fixture.provider_data.last_block_number();
let block_spec = BlockSpec::Number(last_block_number);
Expand Down

0 comments on commit 8d80fef

Please sign in to comment.