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

Commit 5967ec5

Browse files
committed
hey
1 parent aed0bb7 commit 5967ec5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

js/src/stats.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ module.exports = (common) => {
109109

110110
pull(
111111
stream,
112-
pull.log()
112+
pull.collect((err, data) => {
113+
statsTests.expectIsBandwidth(err, data[0])
114+
done()
115+
})
113116
)
114117
})
115118

0 commit comments

Comments
 (0)