mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 12:58:31 +00:00
Merge branch 'unstable' of https://github.com/sigp/lighthouse into gloas-containers
This commit is contained in:
@@ -3159,6 +3159,10 @@ async fn weak_subjectivity_sync_test(
|
||||
.get_state(&state_root, Some(slot), CACHE_STATE_IN_TESTS)
|
||||
.unwrap()
|
||||
.unwrap();
|
||||
assert_eq!(
|
||||
state_root,
|
||||
beacon_chain.state_root_at_slot(slot).unwrap().unwrap()
|
||||
);
|
||||
assert_eq!(state.slot(), slot);
|
||||
assert_eq!(state.canonical_root().unwrap(), state_root);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user