fix(engine): fix flaky test_prefetch_proofs_batching test (#22209)

This commit is contained in:
Georgios Konstantopoulos
2026-02-15 18:35:42 -08:00
committed by GitHub
parent e1dc93e24f
commit 0142769191

View File

@@ -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.