Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit e01fc28

Browse files
committed
test: Fix minor issues with tests.
1 parent 6f14f23 commit e01fc28

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/utils/PushQueue.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ export default class PushQueue<T> {
226226
// for next()
227227
this.error = err
228228
}
229-
230-
await this._cleanup()
231229
}
232230

233231
get length() {

test/flakey/LongResend.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { wait } from 'streamr-test-utils'
2-
import { StreamrClient, Stream } from '../../src'
2+
import StreamrClient, { Stream } from '../../src'
33
import { fakePrivateKey } from '../utils'
44
import Connection from '../../src/Connection'
55
import prettyBytes from 'pretty-bytes'

0 commit comments

Comments
 (0)