Skip to content

Commit f4b7384

Browse files
LeoPatOZ0xNeshi
andauthored
Update tests/live_mode/reorg.rs
Co-authored-by: Nenad <[email protected]>
1 parent 9e75d44 commit f4b7384

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/live_mode/reorg.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ async fn reorg_rescans_events_with_rewind_depth() -> anyhow::Result<()> {
8080
// sanity checks, block numb stays the same but hash changes
8181
assert_eq!(new_latest_block.header.number, latest_block.header.number);
8282
assert_ne!(new_latest_block.header.hash, latest_block.header.hash);
83+
8384
let new_block = provider
8485
.get_block_by_number(BlockNumberOrTag::Number(latest_block.header.number - reorg_depth + 1))
8586
.await?

0 commit comments

Comments
 (0)