Skip to content

Commit

Permalink
πŸ‘Œ remove useless expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaudan committed Aug 31, 2022
1 parent 288cb83 commit 17f1c6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/transport/sendWithRetryStrategy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ describe('sendWithRetryStrategy', () => {

clock.tick(4 * INITIAL_BACKOFF_TIME)
expect(state.bandwidthMonitor.ongoingRequestCount).toBe(1)
sendStub.respondWith(3, { status: 500 })
})

it('should send queued requests after first successful request', () => {
Expand Down

0 comments on commit 17f1c6d

Please sign in to comment.