Skip to content

Commit

Permalink
Update update-engine/src/buffer.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew J. Stone <[email protected]>
  • Loading branch information
sunshowers and andrewjstone authored Oct 12, 2023
1 parent aaa8c55 commit d8312dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-engine/src/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2013,7 +2013,7 @@ mod tests {
ensure!(
data_index < root_event_index,
"last_root_event_index should *not* have been updated \
but wasn't (current: {data_index}, new: {root_event_index}) \
but was (current: {data_index}, new: {root_event_index}) \
for step {step_key:?} (event: {event:?})",
);
}
Expand Down

0 comments on commit d8312dd

Please sign in to comment.