mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-24 22:52:35 +00:00
fix: when things are in the same process, there is a order to them :)
This commit is contained in:
parent
4160c6a3f3
commit
1635977484
@ -116,12 +116,12 @@ module.exports = (common) => {
|
||||
})
|
||||
)
|
||||
|
||||
dialer.on('stream', onDialerStream)
|
||||
|
||||
const listenerConn = listener.newStream((err) => {
|
||||
expect(err).to.not.exist.mark()
|
||||
})
|
||||
|
||||
dialer.on('stream', onDialerStream)
|
||||
|
||||
pull(
|
||||
pull.values(['hello']),
|
||||
listenerConn
|
||||
|
Loading…
x
Reference in New Issue
Block a user