Skip to content

Commit

Permalink
s/happends/happens/ (#1229)
Browse files Browse the repository at this point in the history
Co-authored-by: tbro <[email protected]>
  • Loading branch information
tbro and tbro authored Mar 13, 2024
1 parent d6a5a3d commit 57d8990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencer/src/l1_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ mod test {
let pending = l1_client.get_finalized_deposits(Some(1), 2).await;
assert_eq!(1, pending.len());

// what happends if `new_finalized` is `0`?
// what happens if `new_finalized` is `0`?
let pending = l1_client.get_finalized_deposits(Some(1), 0).await;
assert_eq!(0, pending.len());

Expand Down

0 comments on commit 57d8990

Please sign in to comment.