Skip to content

Commit

Permalink
Fix snapshot applier test
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Feb 5, 2024
1 parent aafa6f1 commit 7d05846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/snapshots_applier/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ async fn snapshots_creator_can_successfully_recover_db() {
let expected_status = SnapshotRecoveryStatus {
l1_batch_number,
l1_batch_root_hash,
l1_batch_timestamp: l1_batch_number.0.into(),
l1_batch_timestamp: 0,
miniblock_number,
miniblock_hash,
miniblock_timestamp: miniblock_number.0.into(),
miniblock_timestamp: 0,
protocol_version: ProtocolVersionId::default(),
storage_logs_chunks_processed: vec![true, true],
};
Expand Down

0 comments on commit 7d05846

Please sign in to comment.