Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
hey
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Feb 7, 2018
1 parent aed0bb7 commit 5967ec5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/src/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ module.exports = (common) => {

pull(
stream,
pull.log()
pull.collect((err, data) => {
statsTests.expectIsBandwidth(err, data[0])
done()
})
)
})

Expand Down

0 comments on commit 5967ec5

Please sign in to comment.