Commit 0839a26
ore: fix tautological backoff assertions in retry tests (#36290)
PR #33097 introduced `||` instead of `&&`, making the bounds check
always pass. Restore the intended conjunction so the assertion actually
validates that backoff is in (0, 10ms).
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 47ab3e6 commit 0839a26
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
773 | | - | |
| 773 | + | |
774 | 774 | | |
775 | 775 | | |
776 | 776 | | |
| |||
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
817 | | - | |
| 817 | + | |
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
| |||
0 commit comments