Skip to content

Commit 5db1b78

Browse files
committed
assert
1 parent 617abb0 commit 5db1b78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

beacon_node/beacon_chain/tests/store_tests.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3597,13 +3597,12 @@ fn check_chain_dump(harness: &TestHarness, expected_len: u64) {
35973597

35983598
// Check presence of execution payload on disk.
35993599
if harness.chain.spec.bellatrix_fork_epoch.is_some() {
3600-
assert_eq!(
3600+
assert!(
36013601
harness
36023602
.chain
36033603
.store
36043604
.execution_payload_exists(&checkpoint.beacon_block_root)
36053605
.unwrap(),
3606-
true,
36073606
"incorrect payload storage for block at slot {}: {:?}",
36083607
checkpoint.beacon_block.slot(),
36093608
checkpoint.beacon_block_root,

0 commit comments

Comments
 (0)