Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed May 23, 2024
1 parent 44c9201 commit fc483da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/node/src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -440,14 +440,14 @@ mod tests {
None,
is_key_diff_storable,
);
// Prepare written keys for non-probable data, probable data (IBC), and
// Prepare written keys for non-provable data, provable data (IBC), and
// no diffed data
let make_key = |suffix: u64| {
// For three type keys
match suffix % 3u64 {
// for non-probable data
// for non-provable data
0 => Key::parse(format!("key{suffix}")).unwrap(),
// for probable data
// for provable data
1 => ibc_key(format!("key{suffix}")).unwrap(),
// for no diff
_ => client_counter_key(),
Expand Down

0 comments on commit fc483da

Please sign in to comment.