mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-04 13:24:39 +00:00
...
This commit is contained in:
@@ -826,6 +826,7 @@ mod tests {
|
|||||||
moduli.storage_strategy(snapshot_freq, sslot).unwrap(),
|
moduli.storage_strategy(snapshot_freq, sslot).unwrap(),
|
||||||
StorageStrategy::Snapshot
|
StorageStrategy::Snapshot
|
||||||
);
|
);
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
moduli.storage_strategy(snapshot_freq * 3, sslot).unwrap(),
|
moduli.storage_strategy(snapshot_freq * 3, sslot).unwrap(),
|
||||||
StorageStrategy::Snapshot
|
StorageStrategy::Snapshot
|
||||||
|
|||||||
Reference in New Issue
Block a user