All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
The test "should verify exponential backoff timing" was creating a promise that rejects but never awaited it, causing an unhandled rejection error. Changed the test to properly await the promise rejection with expect().rejects. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>