Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Commit 19d99d3

Browse files
dryajovJacob Heun
authored andcommitted
fix: adjust test values
1 parent bff0a8b commit 19d99d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/stats.node.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ describe('Stats', () => {
174174
expect(err).to.not.exist()
175175
switches.forEach((swtch) => {
176176
let snapshot = swtch.stats.forProtocol('/echo/1.0.0').snapshot
177-
expect(snapshot.dataReceived.toFixed()).to.equal('4')
178-
expect(snapshot.dataSent.toFixed()).to.equal('4')
177+
expect(snapshot.dataReceived.toFixed()).to.equal('8')
178+
expect(snapshot.dataSent.toFixed()).to.equal('8')
179179
})
180180
teardown(switches, done)
181181
})

0 commit comments

Comments
 (0)