Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Jul 17, 2024
1 parent 17d7752 commit 0d1ce4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt-sidecar/src/state/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ mod tests {
);

// fast-forward the head to the target slot, which should invalidate the entire template
// because it's now stale
// because it's now stale.
state.update_head(None, target_slot).await?;

assert!(state.get_block_template(target_slot).is_none());
Expand Down

0 comments on commit 0d1ce4a

Please sign in to comment.