Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
andreespirela committed Sep 17, 2024
1 parent 9e0a9ae commit 8fc91e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wvm-apps/wvm-exexed/crates/reth-exexed/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ mod tests {
async fn test_check_block_existence() {
let block_1 = check_block_existence(
"0x2685fbb2e5b93cea32e7e51334d3cc746e1a6790b901eddb3df8214be18899a1",
false
false,
)
.await;
let block_2 = check_block_existence(
"0x2685fbb2e5b93cea32e7e51334d3cc746e1a6790b901eddb3df8214be18899a2",
false
false,
)
.await;
assert!(block_1);
Expand Down

0 comments on commit 8fc91e0

Please sign in to comment.