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

Commit ee0ff8c

Browse files
committed
fix unit test
1 parent 27b9516 commit ee0ff8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit/StubbedStreamrClient.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export default class StubbedStreamrClient extends StreamrClient {
1313
id: 'streamId',
1414
partitions: 1,
1515
}))
16+
17+
getStreamSubscribers = sinon.stub().resolves([])
1618
}
1719
// publisherId is the hash of 'username'
1820
StubbedStreamrClient.hashedUsername = '0x16F78A7D6317F102BBD95FC9A4F3FF2E3249287690B8BDAD6B7810F82B34ACE3'.toLowerCase()

0 commit comments

Comments
 (0)