mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-25 10:12:34 +00:00
Merge pull request #40 from libp2p/fix/last-base-test
fix: when things are in the same process, there is a order to them :)
This commit is contained in:
commit
066be11d66
@ -116,12 +116,12 @@ module.exports = (common) => {
|
|||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
|
dialer.on('stream', onDialerStream)
|
||||||
|
|
||||||
const listenerConn = listener.newStream((err) => {
|
const listenerConn = listener.newStream((err) => {
|
||||||
expect(err).to.not.exist.mark()
|
expect(err).to.not.exist.mark()
|
||||||
})
|
})
|
||||||
|
|
||||||
dialer.on('stream', onDialerStream)
|
|
||||||
|
|
||||||
pull(
|
pull(
|
||||||
pull.values(['hello']),
|
pull.values(['hello']),
|
||||||
listenerConn
|
listenerConn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user