Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 5dcf359

Browse files
committed
Fix failing test
1 parent 39ba0d2 commit 5dcf359

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/__tests__/integration/ZBClient-integration.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ describe('ZBClient', () => {
183183
attempts++
184184
// Succeed on the third attempt
185185
if (attempts === 3) {
186-
return complete()
186+
complete()
187+
return
187188
}
188189
complete.failure('Triggering a retry')
189190
if (attempts === 2) {

0 commit comments

Comments
 (0)