From 7d2ee55652b854cafb7a78bbee29464ecbc0b31f Mon Sep 17 00:00:00 2001 From: Eitan Seri- Levi Date: Thu, 26 Mar 2026 22:09:37 -0700 Subject: [PATCH] ... --- beacon_node/store/src/hdiff.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/beacon_node/store/src/hdiff.rs b/beacon_node/store/src/hdiff.rs index 85ac56454c..b160b9b34e 100644 --- a/beacon_node/store/src/hdiff.rs +++ b/beacon_node/store/src/hdiff.rs @@ -826,6 +826,7 @@ mod tests { moduli.storage_strategy(snapshot_freq, sslot).unwrap(), StorageStrategy::Snapshot ); + assert_eq!( moduli.storage_strategy(snapshot_freq * 3, sslot).unwrap(), StorageStrategy::Snapshot