Skip to content

Commit

Permalink
fix typo in resolving_block_by_hash test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaVashchuk committed Jun 20, 2024
1 parent afce777 commit 6355fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/dal/src/blocks_web3_dal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ mod tests {
.await
.unwrap();
conn.blocks_dal()
.insert_l2_block(&create_l2_block_header(1))
.insert_l2_block(&create_l2_block_header(0))
.await
.unwrap();

Expand Down

0 comments on commit 6355fd1

Please sign in to comment.