fix: when things are in the same process, there is a order to them :)

This commit is contained in:
David Dias 2017-01-24 09:25:24 +00:00
parent 4160c6a3f3
commit 1635977484

View File

@ -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