mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
fix(engine): fix flaky test_prefetch_proofs_batching test (#22209)
This commit is contained in:
committed by
GitHub
parent
e1dc93e24f
commit
0142769191
@@ -2065,7 +2065,7 @@ mod tests {
|
||||
panic!("Expected PrefetchProofs message");
|
||||
};
|
||||
|
||||
assert_eq!(proofs_requested, 1);
|
||||
assert!(proofs_requested >= 1);
|
||||
}
|
||||
|
||||
/// Verifies that different message types arriving mid-batch are not lost and preserve order.
|
||||
|
||||
Reference in New Issue
Block a user