diff --git a/beacon_node/store/src/hdiff.rs b/beacon_node/store/src/hdiff.rs index b160b9b34e..85ac56454c 100644 --- a/beacon_node/store/src/hdiff.rs +++ b/beacon_node/store/src/hdiff.rs @@ -826,7 +826,6 @@ mod tests { moduli.storage_strategy(snapshot_freq, sslot).unwrap(), StorageStrategy::Snapshot ); - assert_eq!( moduli.storage_strategy(snapshot_freq * 3, sslot).unwrap(), StorageStrategy::Snapshot